Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 5, 2024
1 parent acb958d commit c0efdcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository outlines most of the steps needed to build/modify the ZMK firmwa

## Pre Built Firmware

If you'd like to skip all the configuration steps and use something prebuilt, the firmware files for qwerty and colemak dh can be found in the [Actions Workflows](https://github.com/280Zo/charybdis-wireless-mini-zmk-firmware/actions?query=is%3Acompleted+branch%3Amain). Just click the link, select the latest run that passed on the main branc, and download the qwerty or colemak firmware. There are a few things to note about how I've chosen to configure things.
If you'd like to skip all the configuration steps and use something prebuilt, the firmware files for qwerty and colemak dh can be found in the [Actions Workflows](https://github.com/280Zo/charybdis-wireless-mini-zmk-firmware/actions?query=is%3Acompleted+branch%3Amain). Just click the link, select the latest run that passed on the main branch, and download the qwerty or colemak firmware. There are a few things to note about how I've chosen to configure things.

- The keyboard name is Charybdis. This is what will show up when you connect to it with bluetooth.
- ZMK has terms for each side of a split keyboard. Central is the half that sends keyboard outputs over USB or advertises to other devices over bluetooth. Peripheral is the half that will only send keystrokes to the central once they are paired and connected through bluetooth. I have chosen the right side as central because it fits my desk layout better.
Expand Down
8 changes: 4 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ include:
- board: nice_nano_v2
shield: charybdis_left
keymap: charybdis_colemak_dh
artifact-name: colemak
artifact-name: colemak_l
- board: nice_nano_v2
shield: charybdis_right
keymap: charybdis_colemak_dh
artifact-name: colemak
artifact-name: colemak_r
- board: nice_nano_v2
shield: charybdis_left
keymap: charybdis_qwerty
artifact-name: QWERTY
artifact-name: qwerty_l
- board: nice_nano_v2
shield: charybdis_right
keymap: charybdis_qwerty
artifact-name: QWERTY
artifact-name: qwerty_r

0 comments on commit c0efdcb

Please sign in to comment.