Fix some old keycodes (#19086)

This commit is contained in:
Ryan
2022-11-16 03:52:01 +11:00
committed by GitHub
parent 594f869619
commit de66797705
43 changed files with 56 additions and 56 deletions

View File

@@ -179,8 +179,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case MACRO_KVM_TG:
if (record->event.pressed) {
register_code(KC_LSFT);
tap_code(KC_NUMLOCK);
tap_code(KC_NUMLOCK);
tap_code(KC_NUM);
tap_code(KC_NUM);
unregister_code(KC_LSFT);
tap_code(KC_LCTL);
}