Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -16,7 +16,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_ROW_PINS { D7, D1, D5, D6, C2 }
|
||||
#define MATRIX_COL_PINS { C3, C4, C5, C6, C7, A7, A6, A5, A4, A3, A2, A1, A0 }
|
||||
|
||||
#define RGB_DI_PIN B3
|
||||
|
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["C3", "C4", "C5", "C6", "C7", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0"],
|
||||
"rows": ["D7", "D1", "D5", "D6", "C2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "usbasploader",
|
||||
"encoder": {
|
||||
|
Reference in New Issue
Block a user