~ruther/qmk_firmware

c254a0d0389d2aa57dd4a7793c1afaa811986eb9 — tmk 12 years ago c0b7928
Change tapping parameter for hhkb/iwrap
1 files changed, 5 insertions(+), 0 deletions(-)

M keyboard/hhkb/config_iwrap.h
M keyboard/hhkb/config_iwrap.h => keyboard/hhkb/config_iwrap.h +5 -0
@@ 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