logo

qmk_firmware

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

rules.mk (175B)


  1. # Processor frequency
  2. F_CPU = 8000000
  3. PS2_DRIVER = interrupt
  4. CUSTOM_MATRIX = yes
  5. WS2812_DRIVER_REQUIRED = yes
  6. BATTERY_DRIVER_REQUIRED = yes
  7. SRC += rgbsps.c
  8. SRC += matrix.c