[Keymap] Xulkal user changes (#6044)
* Xulkal user changes Xulkal user changes * Reduce code duplication * Massive user code refactor
This commit is contained in:
parent
02b3fadbac
commit
4f788c2ae9
18 changed files with 334 additions and 260 deletions
|
@ -1,10 +1,13 @@
|
|||
SRC += xulkal.c \
|
||||
process_records.c
|
||||
process_records.c \
|
||||
custom_tap_dance.c \
|
||||
custom_encoder.c \
|
||||
custom_oled.c \
|
||||
timer_utils.c
|
||||
|
||||
# Some usual defaults
|
||||
MOUSEKEY_ENABLE = no # Mouse keys (+4700)
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control (+450)
|
||||
TAP_DANCE_ENABLE = yes # Enable the tap dance feature. (+1100)
|
||||
|
||||
ifneq ($(strip $(DISABLE_LTO)), yes)
|
||||
EXTRAFLAGS += -flto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue