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 /show_options.mk | |
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 'show_options.mk')
-rw-r--r-- | show_options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show_options.mk b/show_options.mk index ce2f9c063..b17d8c7d9 100644 --- a/show_options.mk +++ b/show_options.mk | |||
@@ -72,7 +72,7 @@ OTHER_OPTION_NAMES = \ | |||
72 | PS2_MOUSE_ENABLE \ | 72 | PS2_MOUSE_ENABLE \ |
73 | RAW_ENABLE \ | 73 | RAW_ENABLE \ |
74 | SWAP_HANDS_ENABLE \ | 74 | SWAP_HANDS_ENABLE \ |
75 | USB_6KRO_ENABLE \ | 75 | RING_BUFFERED_6KRO_REPORT_ENABLE \ |
76 | WATCHDOG_ENABLE \ | 76 | WATCHDOG_ENABLE \ |
77 | XT_ENABLE \ | 77 | XT_ENABLE \ |
78 | ERGOINU \ | 78 | ERGOINU \ |