fix swapped encoder pins on ploopy thumb rev1_001 (#25044)

fix swapped pins on ploopy thumb rev1_001 encoder
This commit is contained in:
plodah 2025-03-20 22:34:14 +00:00 committed by GitHub
parent f6dbb56a10
commit f4dfa218ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,5 +26,5 @@
/* PMW33XX Settings */
#define PMW33XX_CS_PIN B0
#define ENCODER_A_PINS { F0 }
#define ENCODER_B_PINS { F4 }
#define ENCODER_A_PINS { F4 }
#define ENCODER_B_PINS { F0 }