X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fhhkb%2Fconfig_iwrap.h;h=747c755132a21f1e8338ca277dc59e7e144307df;hb=3dbb762dcc5b1d340cb145fc4ca60748ccf7c890;hp=734d669774dc38d4100472e6af11a2380603c33d;hpb=8570c25379e168874fb4cdc7ee0590829a0f0d2c;p=max%2Ftmk_keyboard.git diff --git a/keyboard/hhkb/config_iwrap.h b/keyboard/hhkb/config_iwrap.h index 734d6697..747c7551 100644 --- a/keyboard/hhkb/config_iwrap.h +++ b/keyboard/hhkb/config_iwrap.h @@ -31,15 +31,9 @@ along with this program. If not, see . #define MATRIX_ROWS 8 #define MATRIX_COLS 8 - /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 255 -#endif - /* pins for Software UART */ #define SUART_IN_PIN PINC #define SUART_IN_BIT 5 @@ -52,4 +46,9 @@ along with this program. If not, see . #define DEBUG_LED_OFF (PORTD |= (1<<4)) #define DEBUG_LED_ON (PORTD &= ~(1<<4)) +/* period of tapping(ms) */ +#define TAPPING_TERM 300 +/* tap count needed for toggling a feature */ +#define TAPPING_TOGGLE 5 + #endif