Shorten TAPPING_TERM for better responsiveness of overloaded keys...

master
Austin Erlandson 2016-09-13 11:16:53 -05:00
parent 6098704145
commit 3668b29520
1 changed files with 3 additions and 0 deletions

View 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