From 50a834a9f06c4dd2c3327dab1f727dca0070c11c Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sun, 7 Oct 2018 03:51:14 -0700 Subject: [PATCH] Use frozen _main.py on atmel --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7a8206b..dfc3a65 100644 --- a/Makefile +++ b/Makefile @@ -179,6 +179,7 @@ ifndef SKIP_KEYMAP_VALIDATION @MICROPYPATH=./ ./bin/micropython.sh bin/keymap_sanity_check.py ${USER_KEYMAP} endif @rsync -ah ${USER_KEYMAP} build/circuitpython/ports/atmel-samd/modules/kmk_keyboard_user.py + @rsync -ah kmk/entrypoints/global.py build/circuitpython/ports/atmel-samd/modules/_main.py @$(MAKE) circuitpy-build-feather-m4-express flash-feather-m4-express: build-feather-m4-express circuitpy-flash-feather-m4-express @@ -216,6 +217,7 @@ ifndef SKIP_KEYMAP_VALIDATION @MICROPYPATH=./ ./bin/micropython.sh bin/keymap_sanity_check.py ${USER_KEYMAP} endif @rsync -ah ${USER_KEYMAP} build/circuitpython/ports/atmel-samd/modules/kmk_keyboard_user.py + @rsync -ah kmk/entrypoints/global.py build/circuitpython/ports/atmel-samd/modules/_main.py @$(MAKE) circuitpy-build-itsybitsy-m4-express flash-itsybitsy-m4-express: build-itsybitsy-m4-express circuitpy-flash-itsybitsy-m4-express