]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Change tapping parameter for hhkb/iwrap
authortmk <nobody@nowhere>
Wed, 19 Jun 2013 13:04:18 +0000 (22:04 +0900)
committertmk <nobody@nowhere>
Wed, 19 Jun 2013 13:04:18 +0000 (22:04 +0900)
keyboard/hhkb/config_iwrap.h

index d459a5efb553f51b6efac4d6ef8687046e88b3f9..80a608882d230d58b99bfbd67e02b7093faf0da9 100644 (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