Move matrix config to info.json, part 8 (#20030)

This commit is contained in:
Ryan
2023-03-11 04:59:07 +11:00
committed by GitHub
parent 4b1f0e8daa
commit 1022afa6c2
536 changed files with 1507 additions and 3196 deletions

View File

@@ -17,13 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS
//v.1.0
//#define MATRIX_ROW_PINS { B8, B9, C13, B7, B6, B4, B3 }
//v.1.1
#define MATRIX_ROW_PINS { B8, B9, C13, B7, B6, B5, B4 }
#define MATRIX_COL_PINS { A6, A7, B0, B1, B10, B11, A0, A1, A2, A3, A4, A5 }
#define LED4_PIN A8

View File

@@ -2,6 +2,11 @@
"usb": {
"device_version": "0.0.2"
},
"matrix_pins": {
"cols": ["A6", "A7", "B0", "B1", "B10", "B11", "A0", "A1", "A2", "A3", "A4", "A5"],
"rows": ["B8", "B9", "C13", "B7", "B6", "B5", "B4"]
},
"diode_direction": "COL2ROW",
"indicators": {
"caps_lock": "B13",
"num_lock": "B14",