* Refactor bastardkb/charybdis/3x5 - Migrate various configuration to data-driven - Use short SPDX license headers - Remove configuration that trends towards user-specific (CRC Table) - Migrate common configuration upwards - Migrate keymap to JSON - Remove likely unneeded v1 revision per #23638 - Remove revisions splinky_2, splinky_3, and stemcell where a converter should be used - Rename v2/elitec -> elitec. Specifically named elitec, as this board requires pin compatibility with an Elite-C (bottom 5 pins) * Aliases
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"development_board": "elite_c",
|
|
"matrix_pins": {
|
|
"cols": ["F5", "B6", "D7", "E6", "B4"],
|
|
"rows": ["F7", "C6", "D4", "B5"]
|
|
},
|
|
"pin_compatible": "elite_c",
|
|
"split": {
|
|
"serial": {
|
|
"pin": "D2"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
}
|
|
}
|