Added short-circuit leader key
This commit is contained in:
@ -30,7 +30,7 @@ SLEEP_LED_ENABLE = no
|
||||
API_SYSEX_ENABLE = no
|
||||
MOUSE_SHARED_EP = no
|
||||
MAGIC_ENABLE = no
|
||||
LEADER_ENABLE = yes
|
||||
LEADER_ENABLE = no
|
||||
TAP_DANCE_ENABLE = yes
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
@ -43,6 +43,7 @@ SRC += \
|
||||
features/beta_rawhid.c \
|
||||
features/hid_spellcheck.c \
|
||||
features/autocorrect/autocorrect.c \
|
||||
features/leader/leader.c \
|
||||
extra_mappings.c
|
||||
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
Reference in New Issue
Block a user