mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
7 lines
167 B
Makefile
Executable file
7 lines
167 B
Makefile
Executable file
POINTING_DEVICE_DRIVER = custom
|
|
CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
|
|
|
|
# # project specific files
|
|
SRC += matrix.c
|
|
UART_DRIVER_REQUIRED = yes
|