Normalise Space Cadet keycodes (#18864)

This commit is contained in:
Ryan
2022-10-27 21:19:16 +11:00
committed by GitHub
parent 8e0945c822
commit 002b58f0e4
226 changed files with 419 additions and 403 deletions

View File

@@ -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;