Explorar o código

Shorten TAPPING_TERM for better responsiveness of overloaded keys...

Austin Erlandson %!s(int64=9) %!d(string=hai) anos
pai
achega
3668b29520
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      keyboards/atreus/config.h

+ 3 - 0
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