~ruther/qmk_firmware

ref: 1efc79063c5bc5fae6766f7555738b122ef8988d qmk_firmware/keyboards/idobao/id67/post_rules.mk -rw-r--r-- 264 bytes
1efc7906 — Joel Challis Migrate some EEPROM config to info.json (#22434) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
# Some ID67 variants (v1 base build & "Bestype") have a solid back plate,
#  this enables switching off thoes LEDs
# Usage:  `make idobao/id67:default UNDERGLOW=off`

UNDERGLOW ?= yes
ifneq ($(strip $(UNDERGLOW)), yes)
  OPT_DEFS += -DID67_DISABLE_UNDERGLOW
endif