post_rules.mk 264 B

12345678
  1. # Some ID67 variants (v1 base build & "Bestype") have a solid back plate,
  2. # this enables switching off thoes LEDs
  3. # Usage: `make idobao/id67:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID67_DISABLE_UNDERGLOW
  7. endif