add scotto community layouts and userspace (#21097)
Co-authored-by: Joe Scotto <me@joescotto.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joe Scotto <contact@joescotto.com>
This commit is contained in:
parent
e5aeeae1b7
commit
8a60b686c9
10 changed files with 557 additions and 0 deletions
11
users/scotto/rules.mk
Normal file
11
users/scotto/rules.mk
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue