Personal keymaps for crkbd and kyria (#20009)

This commit is contained in:
Cameron Larsen
2023-04-03 15:43:12 -07:00
committed by GitHub
parent eb52984a94
commit 246cf99b4b
10 changed files with 1207 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
CUSTOM_ONESHOT_ENABLE ?= no
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
SRC += $(USER_PATH)/features/oneshot.c
OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
endif