Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
76cc7fe109
commit
ace372d90d
623 changed files with 1593 additions and 4581 deletions
|
@ -16,7 +16,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_ROW_PINS { A15, B10, A14, A13, A7 }
|
||||
#define MATRIX_COL_PINS { A8, A6, B0, B1, B2, B4, B5, A1, A2, B3, B9, A10, A9 }
|
||||
|
||||
#define RGB_DI_PIN A3
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["A8", "A6", "B0", "B1", "B2", "B4", "B5", "A1", "A2", "B3", "B9", "A10", "A9"],
|
||||
"rows": ["A15", "B10", "A14", "A13", "A7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "QMK_PROTON_C",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue