qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

post_rules.mk (127B)


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