forked from mirrors/qmk_userspace
Normalise Space Cadet keycodes (#18864)
This commit is contained in:
parent
8e0945c822
commit
002b58f0e4
226 changed files with 419 additions and 403 deletions
|
@ -35,7 +35,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
|||
return TAPPING_TERM + LONG_TAPPING_TERM;
|
||||
case MT(MOD_RGUI, KC_L):
|
||||
return TAPPING_TERM + LONG_TAPPING_TERM;
|
||||
case KC_LCPO:
|
||||
case SC_LCPO:
|
||||
return TAPPING_TERM 75;
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue