logo

qmk_firmware

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

post_rules.mk (260B)


  1. # some (if not most) Montex have a solid back plate,
  2. # this enables switching off the bottom facing LEDs
  3. # Usage: `make idobao/montex/v2:default UNDERGLOW=off`
  4. UNDERGLOW ?= yes
  5. ifneq ($(strip $(UNDERGLOW)), yes)
  6. OPT_DEFS += -DID27_DISABLE_UNDERGLOW
  7. endif