summaryrefslogtreecommitdiffstats
path: root/keyboards/woodkeys/meira/post_rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-15 17:27:32 +1000
committerGitHub <noreply@github.com>2023-07-15 17:27:32 +1000
commitb9e5895184c6d36b46ba723d6d71e27249e70c20 (patch)
treee1168d5c29b5c0967166dce26638e9773e231c9b /keyboards/woodkeys/meira/post_rules.mk
parente5d99ec6afbdab1f8dd136372dd52cffa0dd87a9 (diff)
Eliminate `TMK_COMMON_*` in makefiles (#21517)
Diffstat (limited to 'keyboards/woodkeys/meira/post_rules.mk')
-rw-r--r--keyboards/woodkeys/meira/post_rules.mk9
1 files changed, 9 insertions, 0 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