diff options
Diffstat (limited to 'ps2_usb/Makefile')
-rwxr-xr-x | ps2_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index 7b55e02019..605962915f 100755 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -10,7 +10,7 @@ TARGET_DIR = . # keyboard dependent files TARGET_SRC = main_pjrc.c \ keymap.c \ - matrix.c \ + matrix.c \ led.c \ ps2.c |