X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2Fconfig.h;h=c0acc0a7edb806bf19f114c8e185d2a85aa48801;hb=f4ffdb8e83fffe3851048dd6f741a3e7263a04e8;hp=a8f76ae6b07066802787833718ef1e217e273693;hpb=35f9f30074263a2a738cbfc513fca6d812ddf6ff;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index a8f76ae6..c0acc0a7 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -28,7 +28,11 @@ along with this program. If not, see . /* matrix size */ -#define MATRIX_ROWS 8 +#ifdef HHKB_JP +# define MATRIX_ROWS 16 +#else +# define MATRIX_ROWS 8 +#endif #define MATRIX_COLS 8 @@ -44,7 +48,7 @@ along with this program. If not, see . #define ONESHOT_TIMEOUT 300 /* Boot Magic salt key: Space */ -#define BOOTMAGIC_KEY_SALT KC_FN6 +#define BOOTMAGIC_KEY_SALT KC_SPACE /*