Xulkal Keymaps
This commit is contained in:
parent
416eb1dee7
commit
86855f4417
13 changed files with 741 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue