Move matrix config to info.json, part 7 (#20020)
This commit is contained in:
@@ -17,8 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#define MATRIX_ROW_PINS { B13, B14, A8, A1, A0 }
|
||||
#define MATRIX_COL_PINS { B11, B12, B10, B2, B1, B0, A7, A6, A5, A4, A3, A2, B3, A15, B5 }
|
||||
|
||||
#define TAP_CODE_DELAY 10
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x6601",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B11", "B12", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "B3", "A15", "B5"],
|
||||
"rows": ["B13", "B14", "A8", "A1", "A0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B4", "pin_b": "B8"},
|
||||
|
Reference in New Issue
Block a user