Skip to content

Commit 57abb67

Browse files
committed
chore: move drawing location again
1 parent f13f7f3 commit 57abb67

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/draw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
install_branch: "main" # branch to install keymap-drawer from
2727
keymap_patterns: "config/corneish_zen.keymap" # path to the keymaps to parse
2828
config_path: "keymap-drawer/config.yaml" # config file, ignored if it doesn't exist
29-
output_folder: "keymap-drawer" # path to save produced SVGs
29+
output_folder: "img" # path to save produced SVGs
3030
# commit_message: "Draw: ${{ github.event.head_commit.message }}"
3131
amend_commit: true # whether to amend the commit or create a new one
3232
fail_on_error: true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Knucklehead[^1] is a mnemonic, macOS-optimized, 42 key ergonomic columnar layout
1010
1111
## [![Build ZMK firmware](https://github.com/minusfive/zmk-config/actions/workflows/build.yml/badge.svg)](https://github.com/minusfive/zmk-config/actions/workflows/build.yml)
1212

13-
<img src="./keymap-drawer/corneish_zen.svg" alt="minusfive's keymap layout graphical representation" width="100%" />
13+
<img src="./img/corneish_zen.svg" alt="minusfive's keymap layout graphical representation" width="100%" />
1414

1515
![minusfive's Corne-ish Zen](img/corneish_zen.png)
1616

File renamed without changes.
File renamed without changes.

scripts/draw.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ if [ $# -ne 1 ]; then
55
exit 1
66
fi
77

8-
keymap -c ./keymap-drawer/config.yaml parse -z "./config/${1}.keymap" >"./keymap-drawer/${1}.yaml"
9-
keymap -c ./keymap-drawer/config.yaml draw "./keymap-drawer/${1}.yaml" >"./keymap-drawer/${1}.svg"
8+
keymap -c ./keymap-drawer/config.yaml parse -z "./config/${1}.keymap" >"./img/${1}.yaml"
9+
keymap -c ./keymap-drawer/config.yaml draw "./img/${1}.yaml" >"./img/${1}.svg"

0 commit comments

Comments
 (0)