]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/hhkb/config_iwrap.h
Merge remote-tracking branch 'tmk/master' into cub_layout
[max/tmk_keyboard.git] / keyboard / hhkb / config_iwrap.h
index d50b704d72bac39c9ee1d986d90b758a088dd26b..80a608882d230d58b99bfbd67e02b7093faf0da9 100644 (file)
@@ -31,9 +31,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_ROWS 8
 #define MATRIX_COLS 8
 
-/* To use new keymap framework */
-#define USE_KEYMAP_V2
-
 /* key combination for command */
 #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) 
 
@@ -54,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