9 lines
149 B
Makefile
9 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
|