1
0
Fork 0

[Keymap] zigotica userspace (#14670)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Sergi Meseguer 2021-10-16 04:02:04 +02:00 committed by GitHub
parent b0d293a841
commit 40badc4413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1057 additions and 19 deletions

18
users/zigotica/rules.mk Normal file
View file

@ -0,0 +1,18 @@
SRC += zigotica.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += tapdances.c
endif
ifeq ($(strip $(COMBO_ENABLE)), yes)
SRC += combos.c
endif
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += oled.c
endif
ifeq ($(strip $(ENCODER_ENABLE)), yes)
SRC += encoder.c
endif