Merge pull request #552 from crkochan/doio-kb30-tweak

DOIO KB30-01: Tweak encoder resolution
This commit is contained in:
xyzz 2023-09-30 12:21:23 -06:00 committed by GitHub
commit 3f16b9ca32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }