[Keyboard] Ploopy improvements (#15348)

This commit is contained in:
Drashna Jaelre 2021-11-29 08:23:29 -08:00 committed by GitHub
parent 285afa3a8a
commit 62e01928cd
Failed to generate hash of commit
9 changed files with 109 additions and 44 deletions

View file

@ -61,3 +61,6 @@ enum ploopy_keycodes {
PLOOPY_SAFE_RANGE,
#endif
};
bool encoder_update_user(uint8_t index, bool clockwise);
bool encoder_update_kb(uint8_t index, bool clockwise);