From: tmk Date: Wed, 19 Jun 2013 13:04:18 +0000 (+0900) Subject: Change tapping parameter for hhkb/iwrap X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=c254a0d0389d2aa57dd4a7793c1afaa811986eb9;p=max%2Ftmk_keyboard.git Change tapping parameter for hhkb/iwrap --- diff --git a/keyboard/hhkb/config_iwrap.h b/keyboard/hhkb/config_iwrap.h index d459a5ef..80a60888 100644 --- a/keyboard/hhkb/config_iwrap.h +++ b/keyboard/hhkb/config_iwrap.h @@ -51,4 +51,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