qmk_firmware/keyboards/idobao/montex/v2/post_rules.mk

9 lines
260 B
Makefile

# 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