Skip to content

Commit

Permalink
Use templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicell committed Jan 4, 2024
1 parent c52f81b commit 05441e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/build-guides/corne-wireless/firmware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ If you want to test out the Corne firmware on your keyboard, you can use our tes

With the nature of a small keyboard like the Corne, you're likely interested in making a custom keymap for it.

We've created ZMK config repositories for the Corne Wireless for you to fork and use for yourself. If you'd like to set it up manually, follow the [ZMK documentation](https://zmk.dev/docs/user-setup).
We've created ZMK config repositories for the Corne Wireless for you to use as a template for yourself. If you'd like to set it up manually, follow the [ZMK documentation](https://zmk.dev/docs/user-setup).

| 🚫 nice!view | ✅ nice!view |
|------------------|--------------|
|[Repository](https://github.com/typeractivexyz/corne-wireless-zmk-config)|[Repository](https://github.com/typeractivexyz/corne-wireless-view-zmk-config)|

After forking the repository in the top right corner, you'll want to enable GitHub Actions. To do this, go to the Actions tab and click the "I understand my workflows, go ahead and enable them" button.
After using the template in the top right corner, your firmware will now be built by GitHub Actions.

Now you can edit the `corne.keymap` file to your liking. You can find this file in the `config` folder. For documentation on customizing your keymap, check out the [ZMK documentation](https://zmk.dev/docs/features/keymaps). **Alternatively, use the [visual online keymap editor by Nick Coutsos](https://github.com/nickcoutsos/keymap-editor), which makes things really easy!**

Expand Down
4 changes: 2 additions & 2 deletions docs/build-guides/lily58-wireless/firmware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ If you want to test out the Lily58 firmware on your keyboard, you can use our te

With the nature of a small keyboard like the Lily58, you're likely interested in making a custom keymap for it.

We've created ZMK config repositories for the Lily58 Wireless for you to fork and use for yourself. If you'd like to set it up manually, follow the [ZMK documentation](https://zmk.dev/docs/user-setup).
We've created ZMK config repositories for the Lily58 Wireless for you to use as a template for yourself. If you'd like to set it up manually, follow the [ZMK documentation](https://zmk.dev/docs/user-setup).

| 🚫 nice!view | ✅ nice!view |
|------------------|--------------|
|[Repository](https://github.com/typeractivexyz/lily58-wireless-zmk-config)|[Repository](https://github.com/typeractivexyz/lily58-wireless-view-zmk-config)|

After forking the repository in the top right corner, you'll want to enable GitHub Actions. To do this, go to the Actions tab and click the "I understand my workflows, go ahead and enable them" button.
After using the template in the top right corner, your firmware will now be built by GitHub Actions.

Now you can edit the `lily58.keymap` file to your liking. You can find this file in the `config` folder. For documentation on customizing your keymap, check out the [ZMK documentation](https://zmk.dev/docs/features/keymaps). **Alternatively, use the [visual online keymap editor by Nick Coutsos](https://github.com/nickcoutsos/keymap-editor), which makes things really easy!**

Expand Down

0 comments on commit 05441e5

Please sign in to comment.