Fixing timeout on the equals and slash combos.

This commit is contained in:
Andrew Rae 2022-03-15 13:29:06 -04:00
parent 4b2198e650
commit fe4d8e61de

View file

@ -57,8 +57,8 @@
COMBO(semicolon, &kp SEMI, 1 2, 60)
COMBO(underscore, &kp UNDER, 31 32, 100)
COMBO(minus, &kp MINUS, 33 34, 100)
COMBO(equal, &kp EQUAL, 17 26, 100)
COMBO(slash, &kp SLASH, 12 23, 100)
COMBO(equal, &kp EQUAL, 17 26, 60)
COMBO(slash, &kp SLASH, 12 23, 60)
};
behaviors {