mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-03 20:43:24 +01:00
Normalise Space Cadet keycodes (#18864)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user