forked from mirror/qmk_firmware
Cipulot Updates (#24539)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 16
|
||||
|
||||
#define UNUSED_POSITIONS_LIST { {5, 3}, {5, 5} }
|
||||
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ B6, B5, B12, B10, B13, B7 }
|
||||
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
ifeq ($(strip $(VIA_ENABLE)), yes)
|
||||
SRC += keyboards/cipulot/common/via_ec.c
|
||||
endif
|
||||
include keyboards/cipulot/common/common_cipulot.mk
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
CUSTOM_MATRIX = lite
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
VPATH += keyboards/cipulot/common
|
||||
SRC += matrix.c ec_board.c ec_switch_matrix.c
|
||||
OPT = 2
|
||||
|
||||
Reference in New Issue
Block a user