Get rid of USB_LED_NUM_LOCK (#21424)
This commit is contained in:
@@ -389,7 +389,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t* record)
|
||||
/* KC_KP_1, KC_KP_2, ..., KC_KP_0, KC_KP_DOT */
|
||||
(keycode >= KC_KP_1 && keycode <= KC_KP_DOT);
|
||||
|
||||
if(numpadKeyPressed && !(host_keyboard_leds() & (1 << USB_LED_NUM_LOCK)))
|
||||
if(numpadKeyPressed && !host_keyboard_led_state().num_lock)
|
||||
{
|
||||
add_key(KC_NUM_LOCK);
|
||||
send_keyboard_report();
|
||||
|
||||
Reference in New Issue
Block a user