From 60cef34a36febd1f924adb5208c09bc0c0594f3e Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:52:50 +0100 Subject: [PATCH] Add encoder update user --- keyboards/splitkb/halcyon/kyria/rev4/rev4.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keyboards/splitkb/halcyon/kyria/rev4/rev4.c b/keyboards/splitkb/halcyon/kyria/rev4/rev4.c index 90840ae834f..d1f922107a3 100644 --- a/keyboards/splitkb/halcyon/kyria/rev4/rev4.c +++ b/keyboards/splitkb/halcyon/kyria/rev4/rev4.c @@ -5,7 +5,9 @@ #ifdef ENCODER_ENABLE bool encoder_update_kb(uint8_t index, bool clockwise) { - + if (!encoder_update_user(index, clockwise)) { + return false; + } if (index == 0) { // Volume control if (clockwise) {