diff options
author | Joris Wachsmuth <52176899+PercyJW-2@users.noreply.github.com> | 2021-10-12 03:09:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 18:09:25 -0700 |
commit | 8385ab32d056dae61546279c9d778dd1a20eaada (patch) | |
tree | 7e8aa3b35dabc1ebb13dedb6b441fc0ab0b5f9eb /keyboards/handwired/split65/stm32/rules.mk | |
parent | e33ccc556f594e1335e003ac2e8fe84154bfa16e (diff) |
[Keyboard] Add Split65 to keyboards/handwired (#13264)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joris Wachsmuth <jwachsmuth@techfak.uni-bielefeld.de>
Diffstat (limited to 'keyboards/handwired/split65/stm32/rules.mk')
-rw-r--r-- | keyboards/handwired/split65/stm32/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/split65/stm32/rules.mk b/keyboards/handwired/split65/stm32/rules.mk new file mode 100644 index 0000000000..cb54c352fa --- /dev/null +++ b/keyboards/handwired/split65/stm32/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = STM32F303 +BOARD = QMK_PROTON_C + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = yes # Audio output +OLED_ENABLE = yes +SPLIT_KEYBOARD = yes +SERIAL_DRIVER = usart |