From 1e6797b4e7d888f0c0449e3cd577dc83eb4c4525 Mon Sep 17 00:00:00 2001 From: Danilo Vulicevic Date: Thu, 14 Feb 2019 21:09:27 +0100 Subject: [Keymap] Add my personal userspace and update my keymaps (#5128) * Add billypython userspace and dz60 keymap * Disable Bootmagic in dz60:billypython keymap * Update whitefox:billypython keymap with userspace changes Also remove numpad layer --- users/billypython/rules.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 users/billypython/rules.mk (limited to 'users/billypython/rules.mk') diff --git a/users/billypython/rules.mk b/users/billypython/rules.mk new file mode 100644 index 000000000..915323b49 --- /dev/null +++ b/users/billypython/rules.mk @@ -0,0 +1,6 @@ +SRC += billypython.c +ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) + SRC += tap_dance.c +endif + +EXTRAFLAGS += -flto -- cgit v1.2.3-24-g4f1b