summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua T2016-10-15 16:44:26 -0500
committerJoshua T2016-10-15 16:44:26 -0500
commita9c8f2f5b888e18857bc2987c4b5058912404abe (patch)
treebbf33732644b500d3e1e066eb6c8b6b0940b8f53
parent8ec7341fb27186e9b3dceb8acd97c5d7fb263e1d (diff)
Reduced TAPPING_TERM to 150
Also removed duplicate definition of PREVENT_STUCK_MODIFIERS
-rw-r--r--keyboards/ergodox/keymaps/replicaJunction/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/ergodox/keymaps/replicaJunction/config.h b/keyboards/ergodox/keymaps/replicaJunction/config.h
index d03e193db..c620349ad 100644
--- a/keyboards/ergodox/keymaps/replicaJunction/config.h
+++ b/keyboards/ergodox/keymaps/replicaJunction/config.h
@@ -28,12 +28,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
-#define TAPPING_TERM 200
+#define TAPPING_TERM 150
#define IGNORE_MOD_TAP_INTERRUPT // this makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
-// Uses 5 bytes of memory per 8 keys, but makes sure modifiers don't get "stuck" switching layers
-#define PREVENT_STUCK_MODIFIERS
-
// I don't have any locking keys, so I don't need these features
@@ -44,6 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define LOCKING_RESYNC_ENABLE
/* Prevent modifiers from sticking when switching layers */
+/* Uses 5 bytes of memory per 8 keys, but makes sure modifiers don't get "stuck" switching layers */
#define PREVENT_STUCK_MODIFIERS
/* key combination for command */