logo

qmk_firmware

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

post_rules.mk (242B)


  1. # The Denwir D60 case has a sealed/solid undercase,
  2. # this enables switching off thoes LEDs
  3. # Usage: `make idobao/id63:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID63_DISABLE_UNDERGLOW
  7. endif