TAPPING_TERM_SLOW for thumb buttons

This commit is contained in:
Christoph Cullmann 2025-02-27 14:29:41 +01:00
parent 8089d7a937
commit 3092ae601d
No known key found for this signature in database

View file

@ -98,6 +98,10 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
case CC_I:
case CC_M:
case CC_Y:
case CC_SYM:
case CC_NUM:
case CC_NAV:
case CC_FUN:
return TAPPING_TERM_SLOW;
default:
return TAPPING_TERM;