~ruther/qmk_firmware

ref: 031ccd48879d29539ce478cf7d3d33b406ea993c qmk_firmware/keyboards/idobao/montex/v2/post_rules.mk -rw-r--r-- 260 bytes
031ccd48 — Ryan `salicylic_acid3/setta21`: fix RGB Matrix LED config (#24041) 1 year, 3 months 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