Skip to content

Commit 16837e7

Browse files
committed
USB logging on the Ferris, to see about keypress timing in conjunction with tap-dances.
1 parent d211233 commit 16837e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ deploy_corne: corne
4646
cp -v ${BUILD_DIR}/corne_right/zephyr/zmk.uf2 ${NANO_PATH}/
4747

4848
ferris: cradio_left cradio_right
49+
cradio_left: SNIPPETS = -S zmk-usb-logging
4950
cradio_left cradio_right:
50-
cd ${APP_DIR} && west build -d build/$@ -b nice_nano_v2 -- -DSHIELD=$@ -DZMK_CONFIG=${ZMK_CONFIG_DIR}/config -DZMK_EXTRA_MODULES="$(subst $(SPACE),;,$(EXTRA_MODULES))"
51+
cd ${APP_DIR} && west build -d build/$@ -b nice_nano_v2 ${SNIPPETS} -- -DSHIELD=$@ -DZMK_CONFIG=${ZMK_CONFIG_DIR}/config -DZMK_EXTRA_MODULES="$(subst $(SPACE),;,$(EXTRA_MODULES))"
5152

5253
deploy_ferris: ferris
5354
@echo -n "Put ferris_left in update mode..."

build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ include:
3333

3434
- board: nice_nano_v2
3535
shield: cradio_left
36+
snippet: zmk-usb-logging
3637
- board: nice_nano_v2
3738
shield: cradio_right
3839

0 commit comments

Comments
 (0)