Browse Source

Change tapping parameter for hhkb/iwrap

led_matrix
tmk 11 years ago
parent
commit
c254a0d038
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      keyboard/hhkb/config_iwrap.h

+ 5
- 0
keyboard/hhkb/config_iwrap.h View File

#define DEBUG_LED_OFF (PORTD |= (1<<4)) #define DEBUG_LED_OFF (PORTD |= (1<<4))
#define DEBUG_LED_ON (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 #endif