Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
@ -391,9 +391,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record)
|
||||
|
||||
if(numpadKeyPressed && !(host_keyboard_leds() & (1 << USB_LED_NUM_LOCK)))
|
||||
{
|
||||
add_key(KC_NLCK);
|
||||
add_key(KC_NUM_LOCK);
|
||||
send_keyboard_report();
|
||||
del_key(KC_NLCK);
|
||||
del_key(KC_NUM_LOCK);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user