Move matrix config to info.json, part 8 (#20030)
This commit is contained in:
@@ -16,11 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { C7, B6, B4, D7, D6 }
|
||||
#define MATRIX_COL_PINS { D4, D5, D3, B7 }
|
||||
|
||||
#define RGB_DI_PIN D0
|
||||
|
||||
#ifdef RGB_DI_PIN
|
||||
|
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D4", "D5", "D3", "B7"],
|
||||
"rows": ["C7", "B6", "B4", "D7", "D6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW"
|
||||
}
|
||||
|
Reference in New Issue
Block a user