X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2Fconfig.h;h=33af74ebb96dd2371ae972548706a85b49dcda58;hb=fa545c87f74833856761572ef631d20accc1d026;hp=83a911beab19be3d9c28679cc3469fe9f16b1a2a;hpb=893ff0a799d7d42452cd8d09934380e90d8d3935;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 83a911be..33af74eb 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 @@ -40,7 +44,8 @@ along with this program. If not, see . #define TAPPING_TERM 300 /* tap count needed for toggling a feature */ #define TAPPING_TOGGLE 5 - +/* Oneshot timeout(ms) */ +#define ONESHOT_TIMEOUT 300 /* Boot Magic salt key: Space */ #define BOOTMAGIC_KEY_SALT KC_FN6