Rename encoder pins defines (#24003)
This commit is contained in:
parent
8471dcc563
commit
bc0c69570b
25 changed files with 100 additions and 91 deletions
|
@ -7,9 +7,9 @@
|
|||
#define MATRIX_COLS 1
|
||||
|
||||
/* Here, "pins" from 0 to 31 are allowed. */
|
||||
#define ENCODERS_PAD_A \
|
||||
#define ENCODER_A_PINS \
|
||||
{ 0 }
|
||||
#define ENCODERS_PAD_B \
|
||||
#define ENCODER_B_PINS \
|
||||
{ 1 }
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue