Move miscellaneous defines to data driven (#21382)

This commit is contained in:
Ryan
2023-07-03 07:40:13 +10:00
committed by GitHub
parent 9ab16e62f7
commit 023035f462
69 changed files with 103 additions and 236 deletions

View File

@@ -20,8 +20,6 @@
#define MATRIX_ROWS 13
#define MATRIX_COLS 4
//#define DIODE_DIRECTION
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */

View File

@@ -15,8 +15,6 @@
*/
#pragma once
#define MATRIX_IO_DELAY 5
#define SELECT_SOFT_SERIAL_SPEED 1
// Feature diable options

View File

@@ -1,7 +1,8 @@
{
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
"rows": ["D4", "C6", "D7", "E6", "B4"],
"io_delay": 5
},
"diode_direction": "COL2ROW",
"split": {

View File

@@ -21,8 +21,6 @@
#define AUDIO_PIN_ALT A4
#define AUDIO_PIN_ALT_AS_NEGATIVE
#define MATRIX_IO_DELAY 5
#define SELECT_SOFT_SERIAL_SPEED 1
#define SERIAL_USART_DRIVER SD1
#define SERIAL_USART_TX_PAL_MODE 7

View File

@@ -1,7 +1,8 @@
{
"matrix_pins": {
"cols": ["A2", "A1", "A0", "B8", "B13", "B14", "B15", "B9"],
"rows": ["B5", "B4", "B3", "B2", "B1"]
"rows": ["B5", "B4", "B3", "B2", "B1"],
"io_delay": 5
},
"diode_direction": "COL2ROW",
"split": {