mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 15:54:06 +00:00

* 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
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"development_board": "blackpill_f411",
|
|
"eeprom": {
|
|
"driver": "spi"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B1", "B10", "B3", "B4", "B5"],
|
|
"rows": ["A2", "B8", "A8", "B9"]
|
|
},
|
|
"split": {
|
|
"handedness": {
|
|
"pin": "A3"
|
|
},
|
|
"serial": {
|
|
"driver": "usart",
|
|
"pin": "A9"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"driver": "pwm",
|
|
"pin": "A1"
|
|
}
|
|
}
|