Xulkal Keymaps
This commit is contained in:
committed by
Drashna Jaelre
parent
416eb1dee7
commit
86855f4417
13
users/xulkal/rules.mk
Normal file
13
users/xulkal/rules.mk
Normal 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
|
||||
Reference in New Issue
Block a user