diff options
| author | Ryan | 2023-07-15 09:27:32 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-15 09:27:32 +0200 |
| commit | b9e5895184c6d36b46ba723d6d71e27249e70c20 (patch) | |
| tree | e1168d5c29b5c0967166dce26638e9773e231c9b /keyboards/woodkeys | |
| parent | e5d99ec6afbdab1f8dd136372dd52cffa0dd87a9 (diff) | |
Eliminate `TMK_COMMON_*` in makefiles (#21517)
Diffstat (limited to 'keyboards/woodkeys')
| -rw-r--r-- | keyboards/woodkeys/meira/post_rules.mk | 9 | ||||
| -rw-r--r-- | keyboards/woodkeys/meira/rules.mk | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/woodkeys/meira/post_rules.mk b/keyboards/woodkeys/meira/post_rules.mk new file mode 100644 index 0000000000..5d85581c6e --- /dev/null +++ b/keyboards/woodkeys/meira/post_rules.mk @@ -0,0 +1,9 @@ +SRC += matrix.c TWIlib.c issi.c lighting.c + +#ifeq ($(strip $(ISSI_ENABLE)), yes) +# OPT_DEFS += -DISSI_ENABLE +#endif + +#ifeq ($(strip $(WATCHDOG_ENABLE)), yes) +# OPT_DEFS += -DWATCHDOG_ENABLE +#endif diff --git a/keyboards/woodkeys/meira/rules.mk b/keyboards/woodkeys/meira/rules.mk index 20802b3179..63586244c0 100644 --- a/keyboards/woodkeys/meira/rules.mk +++ b/keyboards/woodkeys/meira/rules.mk @@ -14,13 +14,4 @@ AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = yes -#ifeq ($(strip $(ISSI_ENABLE)), yes) -# TMK_COMMON_DEFS += -DISSI_ENABLE -#endif - -#ifeq ($(strip $(WATCHDOG_ENABLE)), yes) -# TMK_COMMON_DEFS += -DWATCHDOG_ENABLE -#endif -SRC += matrix.c TWIlib.c issi.c lighting.c - DEFAULT_FOLDER = woodkeys/meira/promicro |