mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 05:06:42 +00:00
Get the direction right on the S75 encoder (#8287)
This commit is contained in:
parent
88356c85c4
commit
c543ccf07c
@ -35,8 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 }
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define ENCODERS_PAD_A { B8 }
|
||||
#define ENCODERS_PAD_B { B9 }
|
||||
#define ENCODERS_PAD_A { B9 }
|
||||
#define ENCODERS_PAD_B { B8 }
|
||||
|
||||
#define ENCODER_RESOLUTION 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user