This commit is contained in:
2023-12-19 09:03:31 -08:00
parent 87029d00c1
commit 7cb29a6bba
14 changed files with 761 additions and 711 deletions

View File

@ -38,13 +38,15 @@ BACKLIGHT_SUPPORTED = no
DEBOUNCE_TYPE = sym_eager_pr
SRC += \
matrix.c \
led_i2c.c \
extra_mappings.c \
process_record.c \
hardware/matrix.c \
hardware/led_i2c.c \
hardware/maps.c \
features/beta_rawhid.c \
features/hid_spellcheck.c \
features/autocorrect/autocorrect.c \
features/leader/leader.c \
extra_mappings.c
features/leader/leader.c
QUANTUM_LIB_SRC += i2c_master.c