~ruther/qmk_firmware

ref: 4e9967557ef9d68202f9e321a0798be2490b51a7 qmk_firmware/keyboards/idobao/id63/post_rules.mk -rw-r--r-- 242 bytes
4e996755 — Cipulot Add EC Type-B (#23170) 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
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