diff options
author | tmk <nobody@nowhere> | 2014-08-20 13:36:15 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-08-20 13:36:15 +0900 |
commit | 4f22a45b99abd6b018ac0ab8be915e45a9f88282 (patch) | |
tree | 65f334550b8a385ce15729299ac3188fff987e15 /keyboard/hhkb_rn42/config.h | |
parent | 17f22da3cf3366344347b24b068fa4043a79d64b (diff) |
Add support for HHKB JP
Diffstat (limited to 'keyboard/hhkb_rn42/config.h')
-rw-r--r-- | keyboard/hhkb_rn42/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboard/hhkb_rn42/config.h b/keyboard/hhkb_rn42/config.h index e641a5a2bb..a46c7a8bf0 100644 --- a/keyboard/hhkb_rn42/config.h +++ b/keyboard/hhkb_rn42/config.h @@ -28,7 +28,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* matrix size */ -#define MATRIX_ROWS 8 +#ifdef HHKB_JP +# define MATRIX_ROWS 16 +#else +# define MATRIX_ROWS 8 +#endif #define MATRIX_COLS 8 |