aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hotdox
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-09-29 11:37:11 -0700
committerGitHub <noreply@github.com>2021-09-29 11:37:11 -0700
commit02ab7b1888e6572178543ca0b944e4fa14cdf974 (patch)
tree345253f0cd00476d31de5cd82eedc2b4354a58b9 /keyboards/hotdox
parent1e54796f0cf469e2c1fdd880cc288b04e7b83985 (diff)
downloadqmk_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.mk1
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
16COMMAND_ENABLE = no # Commands for debug and configuration 16COMMAND_ENABLE = no # Commands for debug and configuration
17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 17SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA 18NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
19USB_6KRO_ENABLE = no # USB 6key Rollover
20BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
21SWAP_HANDS_ENABLE = no # Disable Onehand 20SWAP_HANDS_ENABLE = no # Disable Onehand
22RGBLIGHT_ENABLE = no 21RGBLIGHT_ENABLE = no