Browse Source

Deploying to gh-pages from master @ 19e33b685f 🚀

gh-pages
drashna 2 years ago
parent
commit
f07630e378
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      feature_encoders.md
  2. +1
    -1
      ja/feature_encoders.md

+ 1
- 1
feature_encoders.md View File

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


+ 1
- 1
ja/feature_encoders.md View File

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


Loading…
Cancel
Save