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/hhkb | |
| parent | c0b7928e88e7d03b8fd57aede139a5d9514080f8 (diff) | |
| download | qmk_firmware-c254a0d0389d2aa57dd4a7793c1afaa811986eb9.tar.gz qmk_firmware-c254a0d0389d2aa57dd4a7793c1afaa811986eb9.zip | |
Change tapping parameter for hhkb/iwrap
Diffstat (limited to 'keyboard/hhkb')
| -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 d459a5efb..80a608882 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/>. | |||
| 51 | #define DEBUG_LED_OFF (PORTD |= (1<<4)) | 51 | #define DEBUG_LED_OFF (PORTD |= (1<<4)) |
| 52 | #define DEBUG_LED_ON (PORTD &= ~(1<<4)) | 52 | #define DEBUG_LED_ON (PORTD &= ~(1<<4)) |
| 53 | 53 | ||
| 54 | /* period of tapping(ms) */ | ||
| 55 | #define TAPPING_TERM 300 | ||
| 56 | /* tap count needed for toggling a feature */ | ||
| 57 | #define TAPPING_TOGGLE 5 | ||
| 58 | |||
| 54 | #endif | 59 | #endif |
