logo

qmk_firmware

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

rules.mk (322B)


  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. I2C_DRIVER_REQUIRED = yes
  6. WS2812_DRIVER_REQUIRED = yes
  7. # project specific files
  8. COMMON_VPATH += $(DRIVER_PATH)/issi
  9. SRC += drivers/led/issi/is31fl3731.c