Add OUT_TOG

This commit is contained in:
Manna Harbour
2020-11-13 14:52:37 +11:00
parent fb82a37274
commit 1603132cbe
4 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
#include "../miryoku/split_3x6_3.h"
#include "../miryoku/miryoku.dtsi"

View File

@@ -40,7 +40,7 @@ $(ZMK_APP_DIR)/build/planck_rev6/zephyr/zmk.uf2: planck_rev6.keymap ../miryoku/o
zmk-%.uf2: $(ZMK_APP_DIR)/build/%/zephyr/zmk.uf2
cp -p $< $@
$(ZMK_APP_DIR)/build/%/zephyr/zmk.uf2: # FORCE
$(ZMK_APP_DIR)/build/%/zephyr/zmk.uf2: FORCE
cd $(ZMK_APP_DIR) && west build -d build/$(ZMK_TARGET) -b $(ZMK_BOARD) -- -DZMK_CONFIG=$(ZMK_CONFIG) $(ZMK_MACROS)
.PHONY: FORCE