]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Shorten TAPPING_TERM for better responsiveness of overloaded keys...
authorAustin Erlandson <austin.erlandson@metova.com>
Tue, 13 Sep 2016 16:16:53 +0000 (11:16 -0500)
committerAustin Erlandson <austin.erlandson@metova.com>
Tue, 13 Sep 2016 16:20:59 +0000 (11:20 -0500)
keyboards/atreus/config.h

index 51162cde3af0152268a979c2eedec914642ad2c7..a59eee18eb64bbfd8e9e03523e0c0067665f30ee 100644 (file)
@@ -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