Skip to content

Commit

Permalink
Turning logging back off for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Nov 20, 2024
1 parent f0f27fa commit d93dcd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deploy_ferris: ferris
cp -v ${BUILD_DIR}/cradio_right/zephyr/zmk.uf2 ${NANO_PATH}/

lily58: lily58_left lily58_right
lily58_left: SNIPPETS = -S zmk-usb-logging
lily58_left: # SNIPPETS = -S zmk-usb-logging
lily58_left lily58_right:
cd ${APP_DIR} && west build -d build/$@ -b nice_nano_v2 ${SNIPPETS} -- -DSHIELD="$@ nice_view_adapter nice_view" -DZMK_CONFIG=${ZMK_CONFIG_DIR}/config -DZMK_EXTRA_MODULES="$(subst $(SPACE),;,$(EXTRA_MODULES))"

Expand Down
1 change: 0 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ include:

- board: nice_nano_v2
shield: lily58_left nice_view_adapter nice_view
snippet: zmk-usb-logging
- board: nice_nano_v2
shield: lily58_right nice_view_adapter nice_view

Expand Down

0 comments on commit d93dcd3

Please sign in to comment.