You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
382 B

  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. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  5. CIE1931_CURVE = yes
  6. I2C_DRIVER_REQUIRED = yes
  7. # project specific files
  8. SRC = keyboards/wilba_tech/wt_main.c \
  9. keyboards/wilba_tech/wt_rgb_backlight.c \
  10. quantum/color.c \
  11. drivers/led/issi/is31fl3731.c