commit: f4dfa218ff924f0e9f964f81706474a765c88cc2
parent f6dbb56a10d1886945f2f79f4cc46b7bb56aeab0
Author: plodah <127351418+plodah@users.noreply.github.com>
Date: Thu, 20 Mar 2025 22:34:14 +0000
fix swapped encoder pins on ploopy thumb rev1_001 (#25044)
fix swapped pins on ploopy thumb rev1_001 encoder
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/keyboards/ploopyco/trackball_thumb/rev1_001/config.h b/keyboards/ploopyco/trackball_thumb/rev1_001/config.h
@@ -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 }