]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - hhkb/Makefile
fixed hhkb to comply new API.
[max/tmk_keyboard.git] / hhkb / Makefile
index 7c7ed0ee23a61e446b117c099219c3867e6f96d8..2c8cd5afcf6ce8d46e34cae36f6685c4f0704e05 100644 (file)
@@ -8,11 +8,13 @@ COMMON_DIR = ..
 TARGET_DIR = .
 
 # keyboard dependent files
-TARGET_SRC =   tmk.c \
+TARGET_SRC =   main_pjrc.c \
                keymap.c \
                matrix.c \
                led.c
 
+CONFIG_H = config.h
+
 
 # MCU name, you MUST set this to match the board you are using
 # type "make clean" after changing this, so all files will be rebuilt
@@ -38,5 +40,11 @@ USB_EXTRA_ENABLE = yes       # Enhanced feature for Windows(Audio control and System c
 USB_NKRO_ENABLE = yes  # USB Nkey Rollover
 
 
+
+#---------------- Programming Options --------------------------
+PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex
+
+
+
 include $(COMMON_DIR)/Makefile.pjrc
 include $(COMMON_DIR)/Makefile.common