Keep track of encoder activity (#11595)
* Keep track of encoder activity, provide API for either matrix/encoder. * Fixup build when no RGBLIGHT or Backlight enabled.
This commit is contained in:
parent
bdb757e189
commit
1108210f1b
4 changed files with 46 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "quantum.h"
|
||||
|
||||
void encoder_init(void);
|
||||
void encoder_read(void);
|
||||
bool encoder_read(void);
|
||||
|
||||
void encoder_update_kb(int8_t index, bool clockwise);
|
||||
void encoder_update_user(int8_t index, bool clockwise);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue