documentation updated update_encoder_user example to actually use user instead of kb

This commit is contained in:
Sadek Baroudi 2024-08-08 17:13:40 -07:00
parent ced1cb7e3b
commit 3bd70bcf84
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ If you don't want to use this functionality, you can override it by creating you
For example:
```c
bool encoder_update_kb(uint8_t index, bool clockwise) {
bool encoder_update_user(uint8_t index, bool clockwise) {
// Your encoder logic goes here
// return false to avoid processing the encoder_update_kb() function that fingerpunch uses