From ee689f75b98967ca88c882caeb116f85cfb05714 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 13 Mar 2021 19:36:51 +0000 Subject: [PATCH] Add artsey build for tidbit tests --- zmk-config/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zmk-config/README.md b/zmk-config/README.md index 94259354..baebf0b7 100644 --- a/zmk-config/README.md +++ b/zmk-config/README.md @@ -57,6 +57,10 @@ west build --board nrf52840_mdk_dongle -d build/mdk_dongle -- -DSHIELD=mdk_dongl west build --board nice_nano -d build/pockettype/default -- -DSHIELD=pockettype -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config +west build --board nice_nano -d build/tidbit_artsey_left -- -DSHIELD=tidbit_artsey_left -DZMK_CONFIG=/workspaces/zmk-config/zmk-artsey/config + +west build --board nice_nano -d build/tidbit_artsey_right -- -DSHIELD=tidbit_artsey_right -DZMK_CONFIG=/workspaces/zmk-config/zmk-artsey/config + west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config