Add Ploopyco functions for host state control (#23953)

This commit is contained in:
Victor 2024-10-10 22:27:15 -05:00 committed by GitHub
parent c8a87ff3fe
commit 27d68ef8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 9 deletions

View file

@ -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);