From bc5fecf853c6d0449d2b6a931aaa91bbd62e7450 Mon Sep 17 00:00:00 2001 From: Manna Harbour <51143715+manna-harbour@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:03:26 +1100 Subject: [PATCH] Update makefile --- config/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/makefile b/config/makefile index 7e8db1d..d8f541f 100644 --- a/config/makefile +++ b/config/makefile @@ -25,7 +25,7 @@ corne_right: ZMK_TARGET = $(ZMK_BOARD)-$(ZMK_SHIELD) corne_right: ZMK_MACROS += -DSHIELD=$(ZMK_SHIELD) corne_right: zmk-nice_nano-corne_right.uf2 -$(ZMK_APP_DIR)/build/nice_nano-corne_*/zephyr/zmk.uf2: corne.conf corne.keymap ../miryoku/split_3x6_3.h ../miryoku/miryoku.dtsi +$(ZMK_APP_DIR)/build/nice_nano-corne_*/zephyr/zmk.uf2: corne.keymap ../miryoku/mapping/42-corne.h ../miryoku/miryoku.dtsi .PHONY: planck @@ -36,7 +36,7 @@ planck_rev6: ZMK_BOARD = planck_rev6 planck_rev6: ZMK_TARGET = $(ZMK_BOARD) 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 +$(ZMK_APP_DIR)/build/planck_rev6/zephyr/zmk.uf2: planck_rev6.keymap ../miryoku/mapping/48-planck.h ../miryoku/miryoku.dtsi .PHONY: log