Skip to content

Instantly share code, notes, and snippets.

@djzager
Created June 27, 2024 14:29
Show Gist options
  • Save djzager/7d8124892d155ab5f4ece23f7bd8039d to your computer and use it in GitHub Desktop.
Save djzager/7d8124892d155ab5f4ece23f7bd8039d to your computer and use it in GitHub Desktop.
Running zmk-config script
➜ bash -c "$(curl -fsSL https://zmk.dev/setup.sh)"
Keyboard Selection:
1) 2% Milk 42) Leeloo v2
2) A. Dux 43) Leeloo-Micro
3) Advantage 360 Pro 44) Lily58
4) BAT43 45) Lotus58
5) BDN9 Rev2 46) MakerDiary m60
6) BFO-9000 47) Microdox
7) Boardsource 3x4 Macropad 48) Microdox V2
8) Boardsource 5x12 49) MurphPad
9) BT60 V1 Hotswap 50) Naked60
10) BT60 V1 Soldered 51) Nibble
11) BT60 V2 52) nice!60
12) BT65 53) nice!view
13) BT75_V1 54) nice!view adapter
14) Chalice 55) Osprette
15) Clog 56) Pancake
16) Contra 57) Planck Rev6
17) Corne 58) Preonic Rev3
18) Corneish Zen v1 59) QAZ
19) Corneish Zen v2 60) Quefrency Rev. 1
20) Cradio/Sweep 61) Redox
21) CRBN Featherlight 62) REVIUNG34
22) eek! 63) REVIUNG41
23) Elephant42 64) REVIUNG5
24) Ergodash 65) REVIUNG53
25) Eternal Keypad 66) Romac Macropad
26) Eternal Keypad Lefty 67) Romac+ Macropad
27) Ferris 0.2 68) S40NC
28) Fourier Rev. 1 69) SNAP
29) Glove80 70) Sofle
30) Helix 71) splitkb.com Aurora Corne
31) Hummingbird 72) splitkb.com Aurora Helix
32) Iris 73) splitkb.com Aurora Lily58
33) Jian 74) splitkb.com Aurora Sofle
34) Jiran 75) splitkb.com Aurora Sweep
35) Jorne 76) Splitreus62
36) KBDfans Tofu65 2.0 77) TG4x
37) Knob Goblin 78) Tidbit Numpad
38) Kyria 79) Waterfowl
39) Kyria Rev2 80) ZMK Uno
40) Kyria Rev3 81) Zodiark
41) Leeloo 82) Quit
Pick a keyboard: 20
MCU Board Selection:
1) Adafruit KB2040 14) nRFMicro 1.1 (flipped)
2) Adafruit QT Py RP2040 15) nRFMicro 1.1/1.2
3) BlackPill F401CC 16) nRFMicro 1.3/1.4
4) BlackPill F401CE 17) nRFMicro 1.3/1.4 (nRF52833)
5) BlackPill F411CE 18) PillBug
6) BlueMicro840 v1 19) Puchi-BLE V1
7) BoardSource blok 20) QMK Proton-C
8) Mikoto 5.20 21) Seeeduino XIAO
9) nice!nano v1 22) Seeeduino XIAO BLE
10) nice!nano v2 23) Seeeduino XIAO RP2040
11) Nordic nRF52840 DK 24) SparkFun Pro Micro RP2040
12) Nordic nRF5340 DK 25) Quit
13) nRF52840 M.2 Module
Pick an MCU board: 10
Copy in the stock keymap for customization? [Yn]: Y
GitHub Username (leave empty to skip GitHub repo creation): djzager
GitHub Repo Name [zmk-config]:
GitHub Repo [https://github.com/djzager/zmk-config.git]: [email protected]:djzager/zmk-config.git
Preparing a user config for:
* MCU Board: nice_nano_v2
* Shield(s): cradio_left cradio_right
* Copy Keymap?: ✓
* GitHub Repo To Push (please create this in GH first!): [email protected]:djzager/zmk-config.git
Continue? [Yn]: Y
Cloning into 'zmk-config'...
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 52 (delta 3), reused 2 (delta 2), pack-reused 43
Receiving objects: 100% (52/52), 7.89 KiB | 1.97 MiB/s, done.
Resolving deltas: 100% (10/10), done.
~/Workspace/zmk-config/config ~/Workspace/zmk-config
Downloading config file (https://raw.githubusercontent.com/zmkfirmware/zmk/main/app/boards/shields/cradio/cradio.conf)
Downloading keymap file (https://raw.githubusercontent.com/zmkfirmware/zmk/main/app/boards/shields/cradio/cradio.keymap)
~/Workspace/zmk-config
Initialized empty Git repository in /Users/dzager/Workspace/zmk-config/.git/
[main (root-commit) e4f6662] Initial User Config.
7 files changed, 148 insertions(+)
create mode 100644 .github/workflows/build.yml
create mode 100644 boards/shields/.gitkeep
create mode 100644 build.yaml
create mode 100644 config/cradio.conf
create mode 100644 config/cradio.keymap
create mode 100644 config/west.yml
create mode 100644 zephyr/module.yml
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 12 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (14/14), 2.84 KiB | 2.84 MiB/s, done.
Total 14 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:djzager/zmk-config.git
* [new branch] main -> main
branch 'main' set up to track 'origin/main'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment