* Refactor bastardkb/scylla
- Update keyboard aliases accordingly
- Migrate keymap to JSON and better represent physical layout
- scylla/blackpill
- Migrate common configuration to keyboard level
- Remove unnecessary or user-specific configuration
- Migrate some configuration to data-driven
- Use short SPDX license headers
- Remove unnecessary rules.mk file
- Formatting pass on keyboard.json
- scylla/v1
- Remove likely unneeded version, per qmk#23814
- scylla/v2
- Remove splinky_2 revision, per qmk#23814
- Remove splinky_3, stemcell revisions; converter feature should
be used here
- Rename scylla/v2/elitec -> scylla/promicro, as a converter can
be used for any pin-compatible microcontrollers
* Small keymap fix
23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"development_board": "blackpill_f411",
|
|
"eeprom": {
|
|
"driver": "spi"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B0", "B1", "B10", "B3", "B4", "B5"],
|
|
"rows": ["B15", "A2", "B8", "A8", "B9"]
|
|
},
|
|
"split": {
|
|
"handedness": {
|
|
"pin": "A3"
|
|
},
|
|
"serial": {
|
|
"driver": "usart",
|
|
"pin": "A9"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"driver": "pwm",
|
|
"pin": "A1"
|
|
}
|
|
}
|