mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-08 23:05:43 +00:00
fix swapped encoder pins on ploopy thumb rev1_001 (#25044)
fix swapped pins on ploopy thumb rev1_001 encoder
This commit is contained in:
parent
f6dbb56a10
commit
f4dfa218ff
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user