mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
CUSTOM_MATRIX = lite
|
|
|
|
# project specific files
|
|
I2C_DRIVER_REQUIRED = yes
|
|
SRC += matrix.c
|
|
|
|
PS2_MOUSE_ENABLE = yes
|
|
PS2_ENABLE = yes
|
|
PS2_DRIVER = usart
|