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