logo

qmk_firmware

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

common_cipulot.mk (192B)


  1. CUSTOM_MATRIX = lite
  2. ANALOG_DRIVER_REQUIRED = yes
  3. VPATH += keyboards/cipulot/common
  4. SRC += matrix.c ec_board.c ec_switch_matrix.c
  5. ifeq ($(strip $(VIA_ENABLE)), yes)
  6. SRC += via_ec.c
  7. endif