From 86855f4417a3793b1e33a8288f2755b782ef3228 Mon Sep 17 00:00:00 2001 From: Ryan Caltabiano Date: Thu, 28 Feb 2019 21:20:26 -0600 Subject: Xulkal Keymaps --- users/xulkal/rules.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 users/xulkal/rules.mk (limited to 'users/xulkal/rules.mk') diff --git a/users/xulkal/rules.mk b/users/xulkal/rules.mk new file mode 100644 index 000000000..6758f52f5 --- /dev/null +++ b/users/xulkal/rules.mk @@ -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 -- cgit v1.2.3