Move miscellaneous defines to data driven (#21382)
This commit is contained in:
parent
9ab16e62f7
commit
023035f462
69 changed files with 103 additions and 236 deletions
|
@ -21,8 +21,6 @@
|
|||
#define AUDIO_PIN_ALT A4
|
||||
#define AUDIO_PIN_ALT_AS_NEGATIVE
|
||||
|
||||
#define MATRIX_IO_DELAY 5
|
||||
|
||||
#define SELECT_SOFT_SERIAL_SPEED 1
|
||||
#define SERIAL_USART_DRIVER SD1
|
||||
#define SERIAL_USART_TX_PAL_MODE 7
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["A2", "A1", "A0", "B8", "B13", "B14", "B15", "B9"],
|
||||
"rows": ["B5", "B4", "B3", "B2", "B1"]
|
||||
"rows": ["B5", "B4", "B3", "B2", "B1"],
|
||||
"io_delay": 5
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue