summaryrefslogtreecommitdiff
path: root/hhkb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'hhkb/config.h')
-rw-r--r--hhkb/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/hhkb/config.h b/hhkb/config.h
index 7722ed46a8..cc86e55cad 100644
--- a/hhkb/config.h
+++ b/hhkb/config.h
@@ -1,18 +1,20 @@
#ifndef CONFIG_H
#define CONFIG_H
+/* controller configuration */
+#include "controller_teensy.h"
+
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0xCAFE
#define MANUFACTURER t.m.k.
#define PRODUCT HHKB mod
#define DESCRIPTION t.m.k. keyboard firmware for HHKB mod
-/* controller */
-#include "controller_teensy.h"
-
/* matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 8
+/* define if matrix has ghost */
+//#define MATRIX_HAS_GHOST
/* USB NKey Rollover */
#ifdef USB_NKRO_ENABLE