Deploying to gh-pages from master @ 19e33b685f 🚀

This commit is contained in:
drashna 2021-09-21 14:54:31 +00:00
parent 3a1eb49baa
commit f07630e378
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```

View file

@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
return true;
return false;
}
```