Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 1 year ago
parent
commit
d603fb0913
1 changed files with 2 additions and 2 deletions
  1. 2 2
      keyboards/ploopyco/trackball_thumb/rev1_001/config.h

+ 2 - 2
keyboards/ploopyco/trackball_thumb/rev1_001/config.h

@@ -26,5 +26,5 @@
 /* PMW33XX Settings */
 /* PMW33XX Settings */
 #define PMW33XX_CS_PIN B0
 #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 }