From f07630e3787ff87cf7748fe559bf29ca3d494d29 Mon Sep 17 00:00:00 2001 From: drashna Date: Tue, 21 Sep 2021 14:54:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=2019e33b685fe6ca05bc1c986a272c790ea0cdba45=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_encoders.md | 2 +- ja/feature_encoders.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feature_encoders.md b/feature_encoders.md index 509f55b917e..8e854c1e586 100644 --- a/feature_encoders.md +++ b/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/ja/feature_encoders.md b/ja/feature_encoders.md index 21f42d38b70..b93d9a9a281 100644 --- a/ja/feature_encoders.md +++ b/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; } ```