summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/config.h
diff options
context:
space:
mode:
authorJack Humbert2016-07-08 08:35:24 -0400
committerGitHub2016-07-08 08:35:24 -0400
commitb6e47f7a5ffd95078b36cb88167ba12cb9dcff08 (patch)
tree4c988cae2f68951db07223e66ff936fb086895f5 /keyboards/hhkb/config.h
parenta9979c6f4232f48713b1b2cdbef927c3038d1ad4 (diff)
parent66ffb1cb3a21c670719263f187e3470fd888f42a (diff)
Merge pull request #494 from robbiegill/master
Port support for hhkb-jp from tmk
Diffstat (limited to 'keyboards/hhkb/config.h')
-rw-r--r--keyboards/hhkb/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/hhkb/config.h b/keyboards/hhkb/config.h
index ee66e4457..3f0528b4b 100644
--- a/keyboards/hhkb/config.h
+++ b/keyboards/hhkb/config.h
@@ -29,7 +29,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DESCRIPTION q.m.k keyboard firmware for HHKB
/* key matrix size */
-#define MATRIX_ROWS 8
+#ifdef HHKB_JP
+# define MATRIX_ROWS 16
+#else
+# define MATRIX_ROWS 8
+#endif
#define MATRIX_COLS 8
#define TAPPING_TERM 200