From 13e4662baee972a6df340bfabe5fcb8aa00646e3 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 4 May 2011 08:12:27 +0900 Subject: minor fix for HHKB Makefile and doc --- hhkb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hhkb/Makefile (limited to 'hhkb/Makefile') diff --git a/hhkb/Makefile b/hhkb/Makefile old mode 100644 new mode 100755 index 2c8cd5afc..4a0af1cdc --- 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 -- cgit v1.2.3