logo

qmk_firmware

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

post_rules.mk (83B)


  1. ifeq ($(strip $(LED_ENABLE)), yes)
  2. OPT_DEFS += -DLED_ENABLE
  3. SRC += led.c
  4. endif