diff options
author | tmk <nobody@nowhere> | 2013-06-19 22:04:18 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-19 22:04:18 +0900 |
commit | c254a0d0389d2aa57dd4a7793c1afaa811986eb9 (patch) | |
tree | e8bec4224467026506c8b659762ab0ae926a2862 /keyboard | |
parent | c0b7928e88e7d03b8fd57aede139a5d9514080f8 (diff) |
Change tapping parameter for hhkb/iwrap
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/hhkb/config_iwrap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/hhkb/config_iwrap.h b/keyboard/hhkb/config_iwrap.h index d459a5efb5..80a608882d 100644 --- a/keyboard/hhkb/config_iwrap.h +++ b/keyboard/hhkb/config_iwrap.h @@ -51,4 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 |