Add core/fallback encoder behaviour (#20320)
This commit is contained in:
@@ -72,8 +72,3 @@ bool led_update_kb(led_t led_state) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_user(index, clockwise)) { return false; }
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user