add encoder docs

This commit is contained in:
Jack Humbert 2018-06-03 22:58:59 -04:00
parent ff4a1ae5d2
commit 21665df8eb
4 changed files with 48 additions and 6 deletions

View file

@ -259,7 +259,7 @@ uint16_t muse_counter = 0;
uint8_t muse_offset = 70;
uint16_t muse_tempo = 50;
void encoder_update(bool clockwise) {
void encoder_update_user(int8_t index, bool clockwise) {
if (muse_mode) {
if (IS_LAYER_ON(_RAISE)) {
if (clockwise) {