From 7bbc6545ec18054213ba90f8c14d21ff57f21b98 Mon Sep 17 00:00:00 2001 From: ClicketySplit <101202583+ClicketySplit@users.noreply.github.com> Date: Sun, 29 May 2022 13:03:54 -0600 Subject: [PATCH] Updated to correct direction of folder separators. --- app/boards/shields/leeloo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/boards/shields/leeloo/README.md b/app/boards/shields/leeloo/README.md index db705656..35e04994 100644 --- a/app/boards/shields/leeloo/README.md +++ b/app/boards/shields/leeloo/README.md @@ -32,8 +32,8 @@ Build command for the default keymap of Leeloo: Build command for your custom keymap of Leeloo: - west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=leeloo_right -DZMK_CONFIG="C:\dev\zmk\[yourNmae]\leeloo\config" - west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=leeloo_left -DZMK_CONFIG="C:\dev\zmk\[yourName]\leeloo\config" + west build -d build/right -p -b nice_nano_v2 -- -DSHIELD=leeloo_right -DZMK_CONFIG="C:/dev/zmk/[yourNmae]/leeloo/config" + west build -d build/left -p -b nice_nano_v2 -- -DSHIELD=leeloo_left -DZMK_CONFIG="C:/dev/zmk/[yourName]/leeloo/config" # Support If you have any questions with regards to Leeloo, please [Contact Us](https://clicketysplit.ca/pages/contact-us).