logo

qmk_firmware

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

rules.mk (291B)


  1. # The custom RGB Matrix driver combines IS31FL3733 and WS2812; things that are
  2. # normally done by common_features.mk for both of these drivers need to be done
  3. # here manually.
  4. COMMON_VPATH += $(DRIVER_PATH)/led/issi
  5. SRC += is31fl3733.c
  6. I2C_DRIVER_REQUIRED = yes
  7. WS2812_DRIVER_REQUIRED = yes