소스 검색

Update config.h

Steve Holt 7 년 전
부모
커밋
fe4549839e
1개의 변경된 파일4개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 7
      keyboards/lets_split/keymaps/xk/config.h

+ 4 - 7
keyboards/lets_split/keymaps/xk/config.h

@@ -16,14 +16,11 @@ the Free Software Foundation, either version 2 of the License, or
 #include "../../config.h"
 
 #define TAPPING_TOGGLE 1
-#define TAPPING_TERM 200
+#define TAPPING_TERM 300
 #define ONESHOT_TAP_TOGGLE 2
 #define ONESHOT_LAYER_TOGGLE 2
-#define ONESHOT_TIMEOUT 300
+#define ONESHOT_TIMEOUT 800
 
-/* Use I2C or Serial, not both */
-
-// #define USE_SERIAL
 #define USE_I2C
 
 #define MOUSEKEY_INTERVAL 50
@@ -41,7 +38,7 @@ the Free Software Foundation, either version 2 of the License, or
 
 
 #define PREVENT_STUCK_MODIFIERS
-//#define IGNORE_MOD_TAP_INTERRUPT
+#define IGNORE_MOD_TAP_INTERRUPT
 #define PERMISSIVE_HOLD
 
-#endif
+#endif