1
0
Fork 0

Xulkal Keymaps

This commit is contained in:
Ryan Caltabiano 2019-02-28 21:20:26 -06:00 committed by Drashna Jaelre
parent 416eb1dee7
commit 86855f4417
13 changed files with 741 additions and 0 deletions

13
users/xulkal/rules.mk Normal file
View file

@ -0,0 +1,13 @@
SRC += xulkal.c \
process_records.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
OPT_DEFS += -DNO_ACTION_MACRO
OPT_DEFS += -DNO_ACTION_FUNCTION
endif