documentation updated update_encoder_user example to actually use user instead of kb
This commit is contained in:
parent
ced1cb7e3b
commit
3bd70bcf84
|
|
@ -107,7 +107,7 @@ If you don't want to use this functionality, you can override it by creating you
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```c
|
```c
|
||||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||||
// Your encoder logic goes here
|
// Your encoder logic goes here
|
||||||
|
|
||||||
// return false to avoid processing the encoder_update_kb() function that fingerpunch uses
|
// return false to avoid processing the encoder_update_kb() function that fingerpunch uses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue