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 /common/bootloader.c | |
parent | f427529a30487de45ebfbe6fbba9c290738878ab (diff) |
Add Makefile.lufa to keyboard/hhkb and hbkb.
Diffstat (limited to 'common/bootloader.c')
-rw-r--r-- | common/bootloader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/bootloader.c b/common/bootloader.c index cb971c7043..e45295cd5f 100644 --- a/common/bootloader.c +++ b/common/bootloader.c @@ -9,6 +9,7 @@ * http://www.fourwalledcubicle.com/files/LUFA/Doc/120219/html/_page__software_bootloader_start.html */ +// TODO: support usbasp /* Boot Section Size in bytes * Teensy halfKay 512 * Atmel DFU loader 4096 |