]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - adb_usb/Makefile
added copyright and license notice.
[max/tmk_keyboard.git] / adb_usb / Makefile
index 61e43a72fdac1f3ce440435312defc114d75cad3..802b4248cb62cafc1f0f397e4b3f47dc6c5c2d3a 100644 (file)
@@ -38,13 +38,13 @@ F_CPU = 16000000
 #
 MOUSEKEY_ENABLE = yes  # Mouse keys
 #PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
-USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control)
+USB_EXTRA_ENABLE = yes # Audio control and System control
 #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