diff options
author | Robbie Gill <gill.rob@gmail.com> | 2016-07-07 21:03:20 -0700 |
---|---|---|
committer | Robbie Gill <gill.rob@gmail.com> | 2016-07-07 21:03:20 -0700 |
commit | 66ffb1cb3a21c670719263f187e3470fd888f42a (patch) | |
tree | 4beeb49a28589ff22845993b2a72d8529a7728ef /keyboards/hhkb/config.h | |
parent | 21e443101f4873a813d33e50486d4e9591e89f4e (diff) |
port missing support for hhkb-jp from tmk
Diffstat (limited to 'keyboards/hhkb/config.h')
-rw-r--r-- | keyboards/hhkb/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/hhkb/config.h b/keyboards/hhkb/config.h index ee66e44571..3f0528b4b9 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 |