Skip to content

Commit

Permalink
Use urob setup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcharly committed Nov 17, 2024
1 parent 30f241b commit 559ec3a
Show file tree
Hide file tree
Showing 31 changed files with 1,106 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ zmk/
# Ignore keymap-drawer output for now
draw/skeletyl.svg
draw/skeletyl.yaml
.DS_Store
draw/base.svg
draw/base.yaml
4 changes: 2 additions & 2 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ clean-nix:
draw:
#!/usr/bin/env bash
set -euo pipefail
keymap -c "{{ draw }}/config.yaml" parse -z "{{ config }}/skeletyl.keymap" >"{{ draw }}/skeletyl.yaml"
keymap -c "{{ draw }}/config.yaml" draw "{{ draw }}/skeletyl.yaml" -k "bastardkb/skeletyl" >"{{ draw }}/skeletyl.svg"
keymap -c "{{ draw }}/config.yaml" parse -z "{{ config }}/base.keymap" >"{{ draw }}/base.yaml"
keymap -c "{{ draw }}/config.yaml" draw "{{ draw }}/base.yaml" -k "ferris/sweep" >"{{ draw }}/base.svg"
# initialize west
init:
Expand Down
12 changes: 12 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,25 @@
#
---
include:
# - board: rp2040_ce
# shield: skeletyl_wired_left
# - board: rp2040_ce
# shield: skeletyl_wired_right

- board: nice_nano_v2
shield: skeletyl_34_left
- board: nice_nano_v2
shield: skeletyl_34_right

- board: nice_nano_v2
shield: skeletyl_left
- board: nice_nano_v2
shield: skeletyl_right

- board: nice_nano_v2
shield: dilemma_left
- board: nice_nano_v2
shield: dilemma_right

- board: nice_nano_v2
shield: settings_reset
Loading

0 comments on commit 559ec3a

Please sign in to comment.