Tweak encoder resolution

Media prev/next is sending too many key-presses per detent, increased resolution until this was reliably one per detent.
This commit is contained in:
crkochan 2023-09-26 14:33:45 -07:00
parent ee7f5acefb
commit cc78e42f3d
No known key found for this signature in database
GPG Key ID: C256C0B9C121990B

View File

@ -19,4 +19,4 @@
#undef ENCODERS_PAD_B #undef ENCODERS_PAD_B
#define ENCODERS_PAD_A { B5, A1, A4 } #define ENCODERS_PAD_A { B5, A1, A4 }
#define ENCODERS_PAD_B { B6, A2, A3 } #define ENCODERS_PAD_B { B6, A2, A3 }
#define ENCODER_RESOLUTIONS { 1, 1, 4 } #define ENCODER_RESOLUTIONS { 4, 4, 4 }