forked from mirrors/qmk_userspace
[Keyboard] Ploopy improvements (#15348)
This commit is contained in:
parent
285afa3a8a
commit
62e01928cd
9 changed files with 109 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue