* Refactor bastardkb/skeletyl
- Update keyboard aliases accordingly
- Migrate keymap to JSON
- skeletyl/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
- skeletyl/v1
- Remove likely unneeded version, per qmk#23812
- skeletyl/v2
- Remove splinky_2 revision, per qmk#23812
- Remove splinky_3, stemcell revisions; converter feature should
be used here
- Rename skeletyl/v2/elitec -> skeletyl/promicro, as a converter can
be used for any pin-compatible microcontrollers
* Update keyboards/bastardkb/skeletyl/keymaps/default/keymap.json
Co-authored-by: Ryan <fauxpark@gmail.com>
---------
Co-authored-by: Ryan <fauxpark@gmail.com>
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"development_board": "elite_c",
|
|
"matrix_pins": {
|
|
"cols": ["F5", "B6", "D7", "E6", "B4"],
|
|
"rows": ["F7", "C6", "D4", "B5"]
|
|
},
|
|
"split": {
|
|
"serial": {
|
|
"pin": "D2"
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
}
|
|
}
|