From c82ebcc4386a86cfdcf5c44dfb5ed816e61a4344 Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Sat, 30 Jan 2021 21:49:13 +1100 Subject: [PATCH] Add log target to makefile --- config/makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/makefile b/config/makefile index fbad86b..03316e4 100644 --- a/config/makefile +++ b/config/makefile @@ -37,6 +37,9 @@ planck_rev6: zmk-planck_rev6.uf2 $(ZMK_APP_DIR)/build/planck_rev6/zephyr/zmk.uf2: planck_rev6.keymap ../miryoku/ortho_4_12.h ../miryoku/miryoku.dtsi +.PHONY: log +log: minicom -D /dev/ttyACM0 + zmk-%.uf2: $(ZMK_APP_DIR)/build/%/zephyr/zmk.uf2 cp -p $< $@