Migrate led_update_kb
implementations to DD (#23983)
This commit is contained in:
parent
17498fa48a
commit
7824e7ed9b
52 changed files with 111 additions and 660 deletions
|
@ -37,10 +37,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool led_update_kb(led_t led_state) {
|
||||
return led_update_user(led_state);
|
||||
}
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue