mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-20 04:27:55 -04:00
Migrate led_update_kb
implementations to DD (#23985)
This commit is contained in:
parent
7e8e52018f
commit
ff3f958547
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void led_keypress_update(pin_t led_pin, uint16_t keycode, keyrecord_t *record) {
|
|||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
// Update LED state
|
||||
led_keypress_update(LED, keycode, record);
|
||||
led_keypress_update(LED_CAPS_LOCK_PIN, keycode, record);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue