summaryrefslogtreecommitdiff
path: root/keyboards/atreus
diff options
context:
space:
mode:
authorAustin Erlandson <austin.erlandson@metova.com>2016-09-13 11:16:53 -0500
committerAustin Erlandson <austin.erlandson@metova.com>2016-09-13 11:20:59 -0500
commit3668b295200c53e7131551bc906264ecc54e6b04 (patch)
treec42730e3123f19156dc4437e63f26281882e1b18 /keyboards/atreus
parent6098704145c95f7854e0696e6137332e8e12faf8 (diff)
Shorten TAPPING_TERM for better responsiveness of overloaded keys...
Diffstat (limited to 'keyboards/atreus')
-rw-r--r--keyboards/atreus/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h
index 51162cde3a..a59eee18eb 100644
--- a/keyboards/atreus/config.h
+++ b/keyboards/atreus/config.h
@@ -49,6 +49,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define UNUSED_PINS
#endif
+/* Make Overloaded Keys switch faster */
+#define TAPPING_TERM 175
+
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW