Add encoder abstraction. (#21548)
This commit is contained in:
parent
2eb9ff8efd
commit
9d9cdaaa2d
50 changed files with 863 additions and 653 deletions
|
@ -689,7 +689,7 @@ void keyboard_task(void) {
|
|||
#endif
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
if (encoder_read()) {
|
||||
if (encoder_task()) {
|
||||
last_encoder_activity_trigger();
|
||||
activity_has_occurred = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue