X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=hhkb%2FMakefile;h=2c8cd5afcf6ce8d46e34cae36f6685c4f0704e05;hb=d2b9489a5e19fabb5d6ec285192b19dc25b36d5e;hp=f008b6ec998d181cb420da84a0517463fe75da25;hpb=acc974c64b1e17e6807133fdc50de5bb34aedda5;p=max%2Ftmk_keyboard.git diff --git a/hhkb/Makefile b/hhkb/Makefile index f008b6ec..2c8cd5af 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -8,13 +8,13 @@ COMMON_DIR = .. TARGET_DIR = . # keyboard dependent files -TARGET_SRC = tmk.c \ - key_process.c \ - host_pjrc.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 @@ -40,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