diff options
| author | tmk <nobody@nowhere> | 2012-06-30 13:26:09 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-06-30 13:26:09 +0900 |
| commit | 2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1 (patch) | |
| tree | af3e7bc1cdf3aaea222eff9685ae45bd12a4bd23 /rules.mk | |
| parent | f427529a30487de45ebfbe6fbba9c290738878ab (diff) | |
| download | qmk_firmware-2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1.tar.gz qmk_firmware-2c5d3ac76f0ef3c72aa0416aef8b775864b50eb1.zip | |
Add Makefile.lufa to keyboard/hhkb and hbkb.
Diffstat (limited to 'rules.mk')
| -rw-r--r-- | rules.mk | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -416,6 +416,10 @@ dfu: $(TARGET).hex | |||
| 416 | dfu-programmer $(MCU) erase | 416 | dfu-programmer $(MCU) erase |
| 417 | dfu-programmer $(MCU) flash $(TARGET).hex | 417 | dfu-programmer $(MCU) flash $(TARGET).hex |
| 418 | dfu-programmer $(MCU) reset | 418 | dfu-programmer $(MCU) reset |
| 419 | |||
| 420 | dfu-start: | ||
| 421 | dfu-programmer $(MCU) reset | ||
| 422 | dfu-programmer $(MCU) start | ||
| 419 | 423 | ||
| 420 | flip-ee: $(TARGET).hex $(TARGET).eep | 424 | flip-ee: $(TARGET).hex $(TARGET).eep |
| 421 | $(COPY) $(TARGET).eep $(TARGET)eep.hex | 425 | $(COPY) $(TARGET).eep $(TARGET)eep.hex |
| @@ -599,4 +603,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null) | |||
| 599 | .PHONY : all begin finish end sizebefore sizeafter gccversion \ | 603 | .PHONY : all begin finish end sizebefore sizeafter gccversion \ |
| 600 | build elf hex eep lss sym coff extcoff \ | 604 | build elf hex eep lss sym coff extcoff \ |
| 601 | clean clean_list debug gdb-config show_path \ | 605 | clean clean_list debug gdb-config show_path \ |
| 602 | program teensy dfu flip dfu-ee flip-ee | 606 | program teensy dfu flip dfu-ee flip-ee dfu-start |
