Auto shift: support repeats and early registration (#9826)
Fixes #7048. Co-authored-by: IsaacElenbaas <isaacelenbaas@gmail.com>
This commit is contained in:
parent
63a06fe220
commit
fd8f65959e
4 changed files with 195 additions and 73 deletions
|
@ -30,3 +30,4 @@ void autoshift_toggle(void);
|
|||
bool get_autoshift_state(void);
|
||||
uint16_t get_autoshift_timeout(void);
|
||||
void set_autoshift_timeout(uint16_t timeout);
|
||||
void autoshift_matrix_scan(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue