logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

post_rules.mk (264B)


  1. # Some ID67 variants (v1 base build & "Bestype") have a solid back plate,
  2. # this enables switching off thoes LEDs
  3. # Usage: `make idobao/id67:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID67_DISABLE_UNDERGLOW
  7. endif