summaryrefslogtreecommitdiff
path: root/keyboards/ckeys/thedora/rules.mk
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-19 18:52:54 +0000
committerGitHub <noreply@github.com>2021-09-19 11:52:54 -0700
commit53c2f677481f8531adc755e7f2c4163c6eb006b8 (patch)
tree483de63fbd66f686761fdb51758190f2a97943ec /keyboards/ckeys/thedora/rules.mk
parent4e7801d4fbcdf571bc7a73d5f5234321480affb0 (diff)
cKeys theDora Refactor (#14495)
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 3feda75403..3aabafc953 100755
--- a/keyboards/ckeys/thedora/rules.mk
+++ b/keyboards/ckeys/thedora/rules.mk
@@ -6,17 +6,20 @@ BOARD = QMK_PROTON_C
BOOTLOADER = stm32-dfu
# Build Options
-# comment out to disable the options.
+# change yes to no to disable
#
-BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
-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
-#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
-NKRO_ENABLE = yes # USB Nkey Rollover
-AUDIO_ENABLE = yes
+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 = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = yes # Audio output
+
MIDI_ENABLE = yes # MIDI support
-RGBLIGHT_ENABLE = no
ENCODER_ENABLE = yes