[Keyboard] Add Pica40 (#19220)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Evgenii Vilkov
2022-12-30 01:53:31 +01:00
committed by GitHub
parent a7ff2b8d54
commit ced8142847
18 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# if ENCODER_ENABLE is set, add defines but avoid adding encoder.c as it's replaced by custom code in rev2.c
ifeq ($(strip $(ENCODER_ENABLE)), yes)
ENCODER_ENABLE := no
OPT_DEFS += -DENCODER_ENABLE
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
OPT_DEFS += -DENCODER_MAP_ENABLE
endif
endif