summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-21 14:53:35 +0000
committerQMK Bot <hello@qmk.fm>2021-09-21 14:53:35 +0000
commite3c010e17978ced8677f822ae0453d8dc1ae3bf3 (patch)
tree96eb4a0ed5fb932b182b98db7ea0d1b145d8d678 /docs
parent94572d74b54ff835a9a1e8adda459d4481274453 (diff)
parent19e33b685fe6ca05bc1c986a272c790ea0cdba45 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_encoders.md2
-rw-r--r--docs/ja/feature_encoders.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md
index 509f55b917..8e854c1e58 100644
--- a/docs/feature_encoders.md
+++ b/docs/feature_encoders.md
@@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
- return true;
+ return false;
}
```
diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md
index 21f42d38b7..b93d9a9a28 100644
--- a/docs/ja/feature_encoders.md
+++ b/docs/ja/feature_encoders.md
@@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_UP);
}
}
- return true;
+ return false;
}
```