summaryrefslogtreecommitdiffstats
path: root/keyboards/idobao/id61/post_rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-10 03:17:56 +0000
committerQMK Bot <hello@qmk.fm>2022-10-10 03:17:56 +0000
commit7ac159cd4f188299e2800005c5d9ab6a924791a7 (patch)
tree25706718596937f6de21497f1cbf1a461aee5a9c /keyboards/idobao/id61/post_rules.mk
parent4bf34ce5d7a3f3683bf6d9e8a245ff1c0446e4d0 (diff)
parent7aab5e4d896606a7731c8adfce41115611df75c2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobao/id61/post_rules.mk')
-rw-r--r--keyboards/idobao/id61/post_rules.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/idobao/id61/post_rules.mk b/keyboards/idobao/id61/post_rules.mk
new file mode 100644
index 0000000000..673b260396
--- /dev/null
+++ b/keyboards/idobao/id61/post_rules.mk
@@ -0,0 +1,8 @@
+# The Denwir D60 case has a sealed/solid undercase,
+# this enables switching off thoes LEDs
+# Usage: `make idobao/id61:default UNDERGLOW=off`
+
+UNDERGLOW ?= yes
+ifneq ($(strip $(UNDERGLOW)), yes)
+ OPT_DEFS += -DID61_DISABLE_UNDERGLOW
+endif