Change tapping parameter for hhkb/iwrap

This commit is contained in:
tmk 2013-06-19 22:04:18 +09:00
parent c0b7928e88
commit c254a0d038
1 changed files with 5 additions and 0 deletions

View File

@ -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