Skip to content

Commit

Permalink
update the marge patterns so artifacts can be grouped and zipped
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 5, 2024
1 parent a8e8c2a commit 950a0d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/user_config_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 950a0d8

Please sign in to comment.