diff options
author | Reibl János Dániel <jani.reibl3@gmail.com> | 2020-10-27 15:39:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 01:39:51 +1100 |
commit | 1ba93875bac62721828fdf9741a27259cfc764ab (patch) | |
tree | 3f0c2de7815ec2e7484bc94ac5904edc64552b40 /keyboards/handwired/riblee_f411/rules.mk | |
parent | 33074bcbadbafa3a359efda5a45a9412e4eca7d2 (diff) | |
download | qmk_firmware-1ba93875bac62721828fdf9741a27259cfc764ab.tar.gz qmk_firmware-1ba93875bac62721828fdf9741a27259cfc764ab.zip |
[Keyboard] Add handwired F411 (#10504)
Co-authored-by: Janos Daniel Reibl <janos.daniel.reibl@protonmail.com>
Diffstat (limited to 'keyboards/handwired/riblee_f411/rules.mk')
-rw-r--r-- | keyboards/handwired/riblee_f411/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_f411/rules.mk b/keyboards/handwired/riblee_f411/rules.mk new file mode 100644 index 0000000000..40a72bdcdb --- /dev/null +++ b/keyboards/handwired/riblee_f411/rules.mk @@ -0,0 +1,26 @@ +# MCU name +MCU = STM32F411 + +# Address of the bootloader in system memory +STM32_BOOTLOADER_ADDRESS = 0x1FFF0000 + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +KEYBOARD_SHARED_EP = yes +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_DRIVER = software +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = ortho_5x12 |