From 95cb80bfa4b8b7949ceaf0b3620a6a959ea29a40 Mon Sep 17 00:00:00 2001 From: lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com> Date: Tue, 18 Jan 2022 12:24:55 +0800 Subject: [PATCH] Update q9. --- .../keychron/q9/q9_ansi_stm32l432_ec11/keymaps/via/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/keychron/q9/q9_ansi_stm32l432_ec11/keymaps/via/keymap.c b/keyboards/keychron/q9/q9_ansi_stm32l432_ec11/keymaps/via/keymap.c index 7513dff223..9c47a175ab 100644 --- a/keyboards/keychron/q9/q9_ansi_stm32l432_ec11/keymaps/via/keymap.c +++ b/keyboards/keychron/q9/q9_ansi_stm32l432_ec11/keymaps/via/keymap.c @@ -100,7 +100,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { #define ENCODERS 1 static uint8_t encoder_state[ENCODERS] = {0}; -static keypos_t encoder_cw[ENCODERS] = {{ 5, 4 }}; +static keypos_t encoder_cw[ENCODERS] = {{ 4, 4 }}; static keypos_t encoder_ccw[ENCODERS] = {{ 5, 4 }}; void encoder_action_unregister(void) {