2022-05-12 02:09:10 +02:00
|
|
|
# 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`
|
|
|
|
|
2022-07-02 14:35:37 +02:00
|
|
|
UNDERGLOW ?= yes
|
|
|
|
ifneq ($(strip $(UNDERGLOW)), yes)
|
2022-05-12 02:09:10 +02:00
|
|
|
OPT_DEFS += -DID67_DISABLE_UNDERGLOW
|
|
|
|
endif
|