forked from mirrors/qmk_firmware
Deploying to gh-pages from master @ 19e33b685f
🚀
This commit is contained in:
parent
3a1eb49baa
commit
f07630e378
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
|||
tap_code(KC_UP);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
|||
tap_code(KC_UP);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue