forked from mirrors/qmk_userspace
New branch for 6KRO feature
This commit is contained in:
parent
abe5edcaa7
commit
ac570686b6
2 changed files with 98 additions and 0 deletions
|
@ -48,6 +48,10 @@ ifdef NKRO_ENABLE
|
|||
OPT_DEFS += -DNKRO_ENABLE
|
||||
endif
|
||||
|
||||
ifdef USB_6KRO_ENABLE
|
||||
OPT_DEFS += -DUSB_6KRO_ENABLE
|
||||
endif
|
||||
|
||||
ifdef SLEEP_LED_ENABLE
|
||||
SRC += $(COMMON_DIR)/sleep_led.c
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue