Move matrix config to info.json, part 1 (#19985)
This commit is contained in:
@@ -39,13 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
|
||||
)
|
||||
|
||||
// For some reason, the rows are colums in the schematic, and vice versa
|
||||
#define MATRIX_ROW_PINS { B2, B3, B18, B19, C0, C9, C10, C11, D0 }
|
||||
#define MATRIX_COL_PINS { D1, D4, D5, D6, D7 }
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* Serial config (for communication between halves) */
|
||||
#define SERIAL_USART_DRIVER SD1 // Only true for the master half
|
||||
#define SERIAL_USART_CONFIG { (SERIAL_USART_SPEED), } // Only field is speed
|
||||
|
@@ -6,6 +6,11 @@
|
||||
"pid": "0xB04D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D1", "D4", "D5", "D6", "D7"],
|
||||
"rows": ["B2", "B3", "B18", "B19", "C0", "C9", "C10", "C11", "D0"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "MK20DX256",
|
||||
"bootloader": "kiibohd",
|
||||
"board": "IC_TEENSY_3_1",
|
||||
|
Reference in New Issue
Block a user