diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-29 11:37:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 11:37:11 -0700 |
commit | 02ab7b1888e6572178543ca0b944e4fa14cdf974 (patch) | |
tree | 345253f0cd00476d31de5cd82eedc2b4354a58b9 /keyboards/hotdox | |
parent | 1e54796f0cf469e2c1fdd880cc288b04e7b83985 (diff) | |
download | qmk_firmware-02ab7b1888e6572178543ca0b944e4fa14cdf974.tar.gz qmk_firmware-02ab7b1888e6572178543ca0b944e4fa14cdf974.zip |
[Core] Fix "6kro enable" and clarify naming (#14563)
* Fix USB_6KRO_ENABLE compilation errors
* Add info to docs
* Rename define to be more accurate
* Remove unused rule
* Refixe docs
Diffstat (limited to 'keyboards/hotdox')
-rw-r--r-- | keyboards/hotdox/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/hotdox/rules.mk b/keyboards/hotdox/rules.mk index 3802dbe99..6caa17fab 100644 --- a/keyboards/hotdox/rules.mk +++ b/keyboards/hotdox/rules.mk | |||
@@ -16,7 +16,6 @@ CONSOLE_ENABLE = yes # Console for debug | |||
16 | COMMAND_ENABLE = no # Commands for debug and configuration | 16 | COMMAND_ENABLE = no # Commands for debug and configuration |
17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
18 | NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | 18 | NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
19 | USB_6KRO_ENABLE = no # USB 6key Rollover | ||
20 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
21 | SWAP_HANDS_ENABLE = no # Disable Onehand | 20 | SWAP_HANDS_ENABLE = no # Disable Onehand |
22 | RGBLIGHT_ENABLE = no | 21 | RGBLIGHT_ENABLE = no |