post_rules.mk 260 B

12345678
  1. # some (if not most) Montex have a solid back plate,
  2. # this enables switching off the bottom facing LEDs
  3. # Usage: `make idobao/montex/v2:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID27_DISABLE_UNDERGLOW
  7. endif