From 950a0d8b05e39278641219a4646f8e3b12c83504 Mon Sep 17 00:00:00 2001 From: AJ <1754228+280Zo@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:18:09 -0700 Subject: [PATCH] update the marge patterns so artifacts can be grouped and zipped --- .github/workflows/user_config_build.yaml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/user_config_build.yaml b/.github/workflows/user_config_build.yaml index e5922d3..6f70c2f 100644 --- a/.github/workflows/user_config_build.yaml +++ b/.github/workflows/user_config_build.yaml @@ -201,11 +201,11 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: "firmware-charybdis-nanov2-qwerty" - pattern: artifact-qwerty* + pattern: artifact-charybdis_qwerty* delete-merged: true - name: Merge Colemak DH Artifacts uses: actions/upload-artifact/merge@v4 with: name: "firmware-charybdis-nanov2-colemakdh" - pattern: artifact-colemak* + pattern: artifact-charybdis_colemak* delete-merged: true diff --git a/README.md b/README.md index b20f2d9..b35a518 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ There are a few options available to update the keymaps with the chosen behavior You can edit the keymap file directly to match any configuration you want by using the behavior and codes from above. +The convert_keymap script can convert keymap files between layouts (colemak > qwerty or qwerty > colemak). In the pipeline it will convert the charybdis.keymap from QWERTY to Colemak DH. + ### Use a GUI Using a GUI to generate the keymap file content is the easiest option. There are multiple mappers out there that will generate keymap files for ZMK. The two I found most helpful are tammingaj's [Keymapper](https://www.keymapper.dev/code) and nickcoutsos' [keymap editor](https://nickcoutsos.github.io/keymap-editor/). I chose to use the latter for my project.