Rename encoder pins defines (#24003)
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
#define MATRIX_COLS 1
|
||||
|
||||
/* Here, "pins" from 0 to 31 are allowed. */
|
||||
#define ENCODERS_PAD_A \
|
||||
#define ENCODER_A_PINS \
|
||||
{ 0, 2 }
|
||||
#define ENCODERS_PAD_B \
|
||||
#define ENCODER_B_PINS \
|
||||
{ 1, 3 }
|
||||
#define ENCODERS_PAD_A_RIGHT \
|
||||
#define ENCODER_A_PINS_RIGHT \
|
||||
{ 4, 6 }
|
||||
#define ENCODERS_PAD_B_RIGHT \
|
||||
#define ENCODER_B_PINS_RIGHT \
|
||||
{ 5, 7 }
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user