diff options
author | tmk <nobody@nowhere> | 2011-05-04 08:15:29 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-05-04 08:16:26 +0900 |
commit | 5de62e26a04bd99a1f70f13270ab95e6b3e85d59 (patch) | |
tree | 9f76a756dec3abfba57a047d6c490734cab3a226 /ps2_usb/Makefile | |
parent | 13e4662baee972a6df340bfabe5fcb8aa00646e3 (diff) | |
download | qmk_firmware-5de62e26a04bd99a1f70f13270ab95e6b3e85d59.tar.gz |
fix for ps2_usb Makefile and circuit
Diffstat (limited to 'ps2_usb/Makefile')
-rwxr-xr-x[-rw-r--r--] | ps2_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index af73be2c9..7b55e0201 100644..100755 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -43,7 +43,7 @@ USB_NKRO_ENABLE = yes # USB Nkey Rollover #---------------- Programming Options -------------------------- -PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex +PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex |