Move miscellaneous defines to data driven (#21382)

This commit is contained in:
Ryan
2023-07-02 22:40:13 +01:00
committed by GitHub
parent 9ab16e62f7
commit 023035f462
69 changed files with 103 additions and 236 deletions
-2
View File
@@ -9,8 +9,6 @@
#pragma once
#define MATRIX_IO_DELAY 5
#define BUSY_WAIT
#define BUSY_WAIT_INSTRUCTIONS 35 // Increase if two rows are pressed at the same time.
#define GPIO_INPUT_PIN_DELAY 10
+2 -1
View File
@@ -21,7 +21,8 @@
},
"matrix_pins": {
"cols": ["A0", "B11", "B0", "B10", "B12", "B2", "A8"],
"rows": ["A1", "A3", "B3", "A13", "B15", null, null]
"rows": ["A1", "A3", "B3", "A13", "B15", null, null],
"io_delay": 5
},
"diode_direction": "COL2ROW",
"encoder": {
-2
View File
@@ -9,8 +9,6 @@
#pragma once
#define MATRIX_IO_DELAY 5
#define BUSY_WAIT
#define BUSY_WAIT_INSTRUCTIONS 35 // Increase if two rows are pressed at the same time.
#define GPIO_INPUT_PIN_DELAY 10
+2 -1
View File
@@ -21,7 +21,8 @@
},
"matrix_pins": {
"cols": ["A6", "A7", "B0", "B2", "B1", "B9", "B3", "B4"],
"rows": ["B15", "A8", "A15", "B12", "A3", null]
"rows": ["B15", "A8", "A15", "B12", "A3", null],
"io_delay": 5
},
"diode_direction": "COL2ROW",
"encoder": {