Skip to content

Commit 652dce7

Browse files
bullet train stuff not finished from the looks of it. added images
1 parent 759492a commit 652dce7

File tree

4 files changed

+7992
-3
lines changed

4 files changed

+7992
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,22 @@ This configuration is currently set up to build for the following keyboards:
4141
- **Sofle**
4242
- **Corne**
4343

44+
## Keymaps
45+
46+
<details>
47+
<summary>Cradio — 34-key split</summary>
48+
<img src="images/keymaps/cradio.svg" width="900">
49+
</details>
50+
51+
<details>
52+
<summary>Sofle — 60-key split ergonomic</summary>
53+
<img src="images/keymaps/sofle.svg" width="900">
54+
</details>
55+
4456
## Layouts
4557

4658
The layout is based on a 3x5 grid with extensive use of layers and combos to maintain functionality on a small footprint.
4759

48-
*(ASCII layout representation can be added here if desired)*
49-
5060
### Layers
5161

5262
- **Base Layer:** QWERTY layout with home row mods.

build_all_modules.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ cd app
4848
build_split_keyboard "sofle"
4949
build_split_keyboard "cradio"
5050
# Build standalone boards (single integrated boards)
51-
build_standalone_board "bullet_train"
51+
# TODO: Bullet Train - CannonKeys GB ETA Q3 2026, board definition incomplete as of 2025-02-25
52+
# Kconfig errors when building. Re-enable once ZMK support is finalized.
53+
# Check: https://github.com/cannonkeys/zmk-cannonkeys-keyboards
54+
# build_standalone_board "bullet_train"
5255
# --- 4. Cleanup & Notifications ---
5356
echo "---------------------------------------"
5457
echo "🧹 Cleaning up..."

0 commit comments

Comments
 (0)