]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Tweak tap timing for slow tap on space bar
authortmk <nobody@nowhere>
Wed, 3 Jul 2013 02:03:59 +0000 (11:03 +0900)
committertmk <nobody@nowhere>
Wed, 3 Jul 2013 02:03:59 +0000 (11:03 +0900)
keyboard/hhkb/config.h

index ec51852c188c7d4a8add4848559c9fa91697ef4d..613e66d138292d73162b84349bd145fca7aeccb4 100644 (file)
@@ -54,7 +54,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #endif
 
 /* period of tapping(ms) */
-#define TAPPING_TERM    200
+#define TAPPING_TERM    300
 /* tap count needed for toggling a feature */
 #define TAPPING_TOGGLE  5