diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 12:49:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 12:49:19 +0000 |
commit | fcc14b8838281487bd048a4366113fb271d6113c (patch) | |
tree | 5b32952bf84835d5e2b6a557e52f3163ca867b72 /keyboards/idobao/id63/post_rules.mk | |
parent | bf44fc81bd1b8fcaa0215b8c7e568c9aaab6ec5d (diff) | |
parent | 4e35697e1a76a54f0ed756f98033535cf1322792 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/idobao/id63/post_rules.mk')
-rw-r--r-- | keyboards/idobao/id63/post_rules.mk | 8 |
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 |