common_cipulot.mk 192 B

12345678
  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