[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
This commit is contained in:
parent
1e54796f0c
commit
02ab7b1888
11 changed files with 24 additions and 30 deletions
|
@ -63,8 +63,8 @@ ifeq ($(strip $(NKRO_ENABLE)), yes)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(USB_6KRO_ENABLE)), yes)
|
||||
TMK_COMMON_DEFS += -DUSB_6KRO_ENABLE
|
||||
ifeq ($(strip $(RING_BUFFERED_6KRO_REPORT_ENABLE)), yes)
|
||||
TMK_COMMON_DEFS += -DRING_BUFFERED_6KRO_REPORT_ENABLE
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue