logo

qmk_firmware

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

rules.mk (154B)


  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. CUSTOM_MATRIX = lite
  5. # project specific files
  6. SRC += matrix.c
  7. SRC += board.c
  8. I2C_DRIVER_REQUIRED = yes