post_rules.mk 242 B

12345678
  1. # The Denwir D60 case has a sealed/solid undercase,
  2. # this enables switching off thoes LEDs
  3. # Usage: `make idobao/id63:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID63_DISABLE_UNDERGLOW
  7. endif