logo

qmk_firmware

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

rules.mk (201B)


  1. # custom bootloader
  2. MCU_LDSCRIPT = abelx_boot
  3. BOARD = abelx_bd
  4. CUSTOM_MATRIX = lite
  5. # project specific files
  6. SRC += matrix.c tca6424.c aw9523b.c
  7. I2C_DRIVER_REQUIRED = yes
  8. WS2812_DRIVER_REQUIRED = yes