From 8a60b686c9fe70445fd165f678c9b7f11e9be1a9 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Fri, 7 Jul 2023 15:22:36 +0100 Subject: add `scotto` community layouts and userspace (#21097) Co-authored-by: Joe Scotto Co-authored-by: Drashna Jaelre Co-authored-by: Joe Scotto --- users/scotto/rules.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 users/scotto/rules.mk (limited to 'users/scotto/rules.mk') diff --git a/users/scotto/rules.mk b/users/scotto/rules.mk new file mode 100644 index 0000000000..50a0196675 --- /dev/null +++ b/users/scotto/rules.mk @@ -0,0 +1,11 @@ +SRC += scotto.c + +TAP_DANCE_ENABLE = yes + +ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) + SRC += tap_dance.c +endif + +ifneq ($(strip $(KEYMAP)),) + OPT_DEFS += -DKEYMAP_$(KEYMAP) +endif -- cgit v1.2.3