Skip to content

Commit

Permalink
add notes, niceview
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Nov 4, 2024
1 parent 95a6aa1 commit 2937372
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
---
include:
- board: nice_nano_v2
shield: corne_left
shield: corne_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: corne_right
shield: corne_right nice_view_adapter nice_view
19 changes: 19 additions & 0 deletions setup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
npm install -g @devcontainers/cli

docker volume create --driver local -o o=bind -o type=none \
-o device="/home/developer/dev/zmk-config/" zmk-config
zmk-config

docker volume create --driver local -o o=bind -o type=none -o device="/home/developer/dev/zmk-config/" zmk-modules
zmk-modules

devcontainer up --workspace-folder "/home/developer/dev/zmk"

docker ps

docker exec -w /workspaces/zmk -it <container_id> /bin/bash

west init -l app/
west update

west build -s app -d "/tmp/foo" -b "nice_nano_v2" -- -DZMK_CONFIG=/workspaces/zmk-config -DSHIELD="corne_left" -DZMK_EXTRA_MODULES='/workspaces/zmk-config'

0 comments on commit 2937372

Please sign in to comment.