* fix(docs): correct rotary encoder event commands in Canned Message Module
Updated the example commands for configuring rotary encoder events in the Canned Message Module documentation. Replaced incorrect values `KEY_UP`, `KEY_DOWN`, and `KEY_SELECT` with the correct enum values `UP`, `DOWN`, and `SELECT`. Included an example error message to guide users in troubleshooting incorrect configurations.
* correct other examples
---------
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
* adding documentation for chatter and its keypad
* restore lock file
* updating the doc to add the TAB and RIGHT buttons mapping
* fix SHIFT bug
* change images format
* convert images to webp
---------
Co-authored-by: Tommy Ekstrand <tekstrand@users.noreply.github.com>