summaryrefslogtreecommitdiff
path: root/keyboards/idobao/id63/post_rules.mk
diff options
context:
space:
mode:
authorVino Rodrigues <366673+vinorodrigues@users.noreply.github.com>2022-07-02 22:46:42 +1000
committerGitHub <noreply@github.com>2022-07-02 22:46:42 +1000
commitec6875af56a81fc8487c3c16348575173184fb45 (patch)
treef09def6b2c55befc6ebebf0bcd24d55b9ef4dc76 /keyboards/idobao/id63/post_rules.mk
parentfeea704da702384efb721f4ceacc619541f8120d (diff)
[Keyboard] New IDOBAO ID63 (a.k.a. Denwir D60) (#17144)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/idobao/id63/post_rules.mk')
-rw-r--r--keyboards/idobao/id63/post_rules.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/idobao/id63/post_rules.mk b/keyboards/idobao/id63/post_rules.mk
new file mode 100644
index 0000000000..1a465397fd
--- /dev/null
+++ b/keyboards/idobao/id63/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/id63:default UNDERGLOW=off`
+
+UNDERGLOW ?= yes
+ifneq ($(strip $(UNDERGLOW)), yes)
+ OPT_DEFS += -DID63_DISABLE_UNDERGLOW
+endif