diff options
Diffstat (limited to 'keyboards/ckeys/thedora/rules.mk')
-rwxr-xr-x | keyboards/ckeys/thedora/rules.mk | 23 |
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 | |||
6 | BOOTLOADER = stm32-dfu | 6 | BOOTLOADER = 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 | # |
11 | BACKLIGHT_ENABLE = no | ||
12 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 13 | EXTRAKEY_ENABLE = yes # Audio control and System control |
15 | CONSOLE_ENABLE = no # Console for debug | 14 | CONSOLE_ENABLE = no # Console for debug |
16 | COMMAND_ENABLE = no # Commands for debug and configuration | 15 | COMMAND_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 |
18 | NKRO_ENABLE = yes # USB Nkey Rollover | 17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
19 | AUDIO_ENABLE = yes | 18 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
19 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
21 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
22 | AUDIO_ENABLE = yes # Audio output | ||
23 | |||
20 | MIDI_ENABLE = yes # MIDI support | 24 | MIDI_ENABLE = yes # MIDI support |
21 | RGBLIGHT_ENABLE = no | ||
22 | ENCODER_ENABLE = yes | 25 | ENCODER_ENABLE = yes |