aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hhkb/config.h')
-rw-r--r--keyboard/hhkb/config.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h
index 72e4d26e9..3bfeb45ed 100644
--- a/keyboard/hhkb/config.h
+++ b/keyboard/hhkb/config.h
@@ -27,9 +27,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27#define DEVICE_VER 0x0103 27#define DEVICE_VER 0x0103
28#define MANUFACTURER t.m.k. 28#define MANUFACTURER t.m.k.
29#define PRODUCT HHKB mod 29#define PRODUCT HHKB mod
30#define DESCRIPTION t.m.k. keyboard firmware for HHKB mod
30 31
31 32
32#define DESCRIPTION t.m.k. keyboard firmware for HHKB mod 33/* Boot Section Size in *BYTEs*
34 * Teensy halfKay 512
35 * Teensy++ halfKay 1024
36 * Atmel DFU loader 4096
37 * LUFA bootloader 4096
38 * USBaspLoader 2048
39 */
40#define BOOTLOADER_SIZE 1024
33 41
34 42
35/* matrix size */ 43/* matrix size */