mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 17:04:50 +00:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
# project specific files
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
SRC += matrix.c
|
|
|
|
PS2_MOUSE_ENABLE = yes
|
|
PS2_ENABLE = yes
|
|
PS2_DRIVER = usart
|