qmk_firmware

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

rules.mk (404B)


      1 # Do not put the microcontroller into power saving mode
      2 # when we get USB suspend event. We want it to keep updating
      3 # backlight effects.
      4 NO_SUSPEND_POWER_DOWN = yes
      5 
      6 CIE1931_CURVE = yes
      7 I2C_DRIVER_REQUIRED = yes
      8 WS2812_DRIVER_REQUIRED = yes
      9 
     10 # project specific files
     11 SRC +=	keyboards/wilba_tech/wt_main.c \
     12 		keyboards/wilba_tech/wt_rgb_backlight.c \
     13 		quantum/color.c \
     14 		drivers/led/issi/is31fl3731.c