aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r--keyboard/gh60/config.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h
index 3a7a3f97f..be4d72384 100644
--- a/keyboard/gh60/config.h
+++ b/keyboard/gh60/config.h
@@ -25,12 +25,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define DEVICE_VER 0x0001 25#define DEVICE_VER 0x0001
26#define MANUFACTURER geekhack 26#define MANUFACTURER geekhack
27#define PRODUCT GH60 27#define PRODUCT GH60
28
29
30/* message strings */ 28/* message strings */
31#define DESCRIPTION t.m.k. keyboard firmware for GH60 29#define DESCRIPTION t.m.k. keyboard firmware for GH60
32 30
33 31
32/* Boot Section Size in *BYTEs*
33 * Teensy halfKay 512
34 * Teensy++ halfKay 1024
35 * Atmel DFU loader 4096
36 * LUFA bootloader 4096
37 * USBaspLoader 2048
38 */
39#define BOOTLOADER_SIZE 4096
40
41
34/* matrix size */ 42/* matrix size */
35#define MATRIX_ROWS 5 43#define MATRIX_ROWS 5
36#define MATRIX_COLS 14 44#define MATRIX_COLS 14