diff options
Diffstat (limited to 'hhkb/Makefile')
-rwxr-xr-x[-rw-r--r--] | hhkb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index 2c8cd5afcf..4a0af1cdcb 100644..100755 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -42,7 +42,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 |