diff options
author | KDon <370490639@qq.com> | 2021-07-07 05:47:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 14:47:24 -0700 |
commit | c9c2916829eccab2222dad99c7f599988789ec2f (patch) | |
tree | 79de7aa43d57f4bde5c4a468bc4777c41f2f3229 /keyboards/kabedon/kabedon98e/rules.mk | |
parent | 792c4e7893af4a2561794b6f067327d33f39847c (diff) |
[Keyboard] Add kabedon98e (#13314)
Diffstat (limited to 'keyboards/kabedon/kabedon98e/rules.mk')
-rw-r--r-- | keyboards/kabedon/kabedon98e/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kabedon/kabedon98e/rules.mk b/keyboards/kabedon/kabedon98e/rules.mk new file mode 100644 index 0000000000..d5855bafa2 --- /dev/null +++ b/keyboards/kabedon/kabedon98e/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = STM32F103 + +# Bootloader selection +BOOTLOADER = stm32duino + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +WS2812_DRIVER = pwm +ENCODER_ENABLE = yes |