~ruther/qmk_firmware

ref: 1efc79063c5bc5fae6766f7555738b122ef8988d qmk_firmware/keyboards/idobao/montex/v2/post_rules.mk -rw-r--r-- 260 bytes
1efc7906 — Joel Challis Migrate some EEPROM config to info.json (#22434) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
# some (if not most) Montex have a solid back plate,
#  this enables switching off the bottom facing LEDs
# Usage:  `make idobao/montex/v2:default UNDERGLOW=off`

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