diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-01 05:04:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 05:04:00 +1100 |
commit | 53e9213a2255cebf9ec2c3f8302241ede8d16f07 (patch) | |
tree | bd635e8f6eefb4eb9e37adcabde40729edf9f134 /keyboards/quark/rules.mk | |
parent | a68d289fa58210fc26c6eba9ff4832d39473c71d (diff) |
Quark refactor (#11377)
Diffstat (limited to 'keyboards/quark/rules.mk')
-rw-r--r-- | keyboards/quark/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/quark/rules.mk b/keyboards/quark/rules.mk index 535d7c25c5..41e815be5f 100644 --- a/keyboards/quark/rules.mk +++ b/keyboards/quark/rules.mk @@ -12,6 +12,7 @@ MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = yes # 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 @@ -21,4 +22,4 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode -LAYOUTS = ortho_4x12 +LAYOUTS = ortho_4x12 planck_mit |