Skip to content

Commit

Permalink
Oops, deleted the wrong snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Feb 27, 2025
1 parent cb085a5 commit 7396a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KBD_PARTS := cheapino corne_left corne_right cradio_left cradio_right lily58_lef
all: cheapino corne ferris weejock tern zaphod

cheapino: EXTRA_MODULES += ${CHEAPINO_CONFIG_DIR}
cheapino: SNIPPETS += -S zmk-usb-logging
cheapino: SNIPPETS += -S studio-rpc-usb-uart
cheapino: CMAKEFLAGS += -DCONFIG_ZMK_STUDIO=y
cheapino:
cd ${APP_DIR} && west build -d build/$@ -b rp2040_zero ${SNIPPETS} -- -DSHIELD=$@ ${CMAKEFLAGS} -DZMK_CONFIG=${ZMK_CONFIG_DIR}/config -DZMK_EXTRA_MODULES="$(subst $(SPACE),;,$(EXTRA_MODULES))"
Expand Down

0 comments on commit 7396a59

Please sign in to comment.