X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2Fconfig.h;h=c0acc0a7edb806bf19f114c8e185d2a85aa48801;hb=HEAD;hp=83a911beab19be3d9c28679cc3469fe9f16b1a2a;hpb=e7c2af78b704bfddb581559d42cc7cc31ffab0bf;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 83a911be..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 @@ -40,10 +44,11 @@ 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 +#define BOOTMAGIC_KEY_SALT KC_SPACE /*