mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
fix niceviews with zmk/main
This commit is contained in:
4
build.sh
4
build.sh
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
FLAGS="-p"
|
||||
|
||||
west build $FLAGS -b nice_nano_v2 -- -DSHIELD="corax56_left nice_view_adapter nice_view" -DZMK_CONFIG=/workspaces/zmk-config/config
|
||||
west build $FLAGS -b nice_nano_v2 -- -DSHIELD="corax56_left nice_view" -DZMK_CONFIG=/workspaces/zmk-config/config
|
||||
mv /workspaces/zmk/app/build/zephyr/zmk.uf2 /workspaces/zmk-config/left.uf2
|
||||
west build $FLAGS -b nice_nano_v2 -- -DSHIELD="corax56_right nice_view_adapter nice_view" -DZMK_CONFIG=/workspaces/zmk-config/config
|
||||
west build $FLAGS -b nice_nano_v2 -- -DSHIELD="corax56_right nice_view" -DZMK_CONFIG=/workspaces/zmk-config/config
|
||||
mv /workspaces/zmk/app/build/zephyr/zmk.uf2 /workspaces/zmk-config/right.uf2
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
---
|
||||
include:
|
||||
- board: nice_nano_v2
|
||||
shield: corax56_left nice_view_adapter nice_view
|
||||
shield: corax56_left nice_view
|
||||
- board: nice_nano_v2
|
||||
shield: corax56_right nice_view_adapter nice_view
|
||||
shield: corax56_right nice_view
|
||||
#- board: nice_nano_v2
|
||||
#shield: settings_reset
|
||||
|
||||
@@ -51,4 +51,4 @@ nice_view_spi: &spi0 {
|
||||
pinctrl-1 = <&spi0_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
cs-gpios = <&pro_micro 4 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user