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