aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ckeys/thedora/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ckeys/thedora/rules.mk')
-rwxr-xr-xkeyboards/ckeys/thedora/rules.mk23
1 files changed, 13 insertions, 10 deletions
diff --git a/keyboards/ckeys/thedora/rules.mk b/keyboards/ckeys/thedora/rules.mk
index 3feda7540..3aabafc95 100755
--- a/keyboards/ckeys/thedora/rules.mk
+++ b/keyboards/ckeys/thedora/rules.mk
@@ -6,17 +6,20 @@ BOARD = QMK_PROTON_C
6BOOTLOADER = stm32-dfu 6BOOTLOADER = stm32-dfu
7 7
8# Build Options 8# Build Options
9# comment out to disable the options. 9# change yes to no to disable
10# 10#
11BACKLIGHT_ENABLE = no
12BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite 11BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
13MOUSEKEY_ENABLE = yes # Mouse keys 12MOUSEKEY_ENABLE = yes # Mouse keys
14EXTRAKEY_ENABLE = yes # Audio control and System control 13EXTRAKEY_ENABLE = yes # Audio control and System control
15CONSOLE_ENABLE = no # Console for debug 14CONSOLE_ENABLE = no # Console for debug
16COMMAND_ENABLE = no # Commands for debug and configuration 15COMMAND_ENABLE = no # Commands for debug and configuration
17#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 16# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
18NKRO_ENABLE = yes # USB Nkey Rollover 17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19AUDIO_ENABLE = yes 18# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
19NKRO_ENABLE = yes # USB Nkey Rollover
20BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
21RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
22AUDIO_ENABLE = yes # Audio output
23
20MIDI_ENABLE = yes # MIDI support 24MIDI_ENABLE = yes # MIDI support
21RGBLIGHT_ENABLE = no
22ENCODER_ENABLE = yes 25ENCODER_ENABLE = yes