From cc78e42f3dee0f57a89bfa0d69c2d9fb1e7b857a Mon Sep 17 00:00:00 2001 From: crkochan <5183896+crkochan@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:33:45 -0700 Subject: [PATCH] Tweak encoder resolution Media prev/next is sending too many key-presses per detent, increased resolution until this was reliably one per detent. --- keyboards/doio/kb30/keymaps/vial/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/doio/kb30/keymaps/vial/config.h b/keyboards/doio/kb30/keymaps/vial/config.h index cecbe0eca75..5b85aae927f 100644 --- a/keyboards/doio/kb30/keymaps/vial/config.h +++ b/keyboards/doio/kb30/keymaps/vial/config.h @@ -19,4 +19,4 @@ #undef ENCODERS_PAD_B #define ENCODERS_PAD_A { B5, A1, A4 } #define ENCODERS_PAD_B { B6, A2, A3 } -#define ENCODER_RESOLUTIONS { 1, 1, 4 } +#define ENCODER_RESOLUTIONS { 4, 4, 4 }