Added short-circuit leader key

This commit is contained in:
2023-12-19 08:34:06 -08:00
parent ae7c2b9534
commit e3e82a1109
7 changed files with 217 additions and 43 deletions

View File

@ -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