qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

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 
      6 ifeq ($(strip $(VIA_ENABLE)), yes)
      7     SRC += via_ec.c
      8 endif