Add Ploopyco functions for host state control (#23953)
This commit is contained in:
parent
c8a87ff3fe
commit
27d68ef8b9
3 changed files with 19 additions and 9 deletions
|
@ -37,3 +37,5 @@ enum ploopy_keycodes {
|
|||
|
||||
bool encoder_update_user(uint8_t index, bool clockwise);
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise);
|
||||
void toggle_drag_scroll(void);
|
||||
void cycle_dpi(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue