diff options
| author | ReFil <31960031+ReFil@users.noreply.github.com> | 2023-04-07 23:50:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 23:50:10 +0100 |
| commit | 8c143179ca8785c560ef4a17fe961b7479b86961 (patch) | |
| tree | 18538bee19839a89a671ad8f15130bbebfdb5900 | |
| parent | 1a5041d570ca3fea97fe31636b8a03b04aed5825 (diff) | |
| parent | 9a5d22ca99cbb57f4ff28abbbf7c9b88eafceb6e (diff) | |
Merge pull request #128 from tplunket/tplunket/update-readme
Provide flashing instructions, point at GUI editor, and format support links.
| -rw-r--r-- | README.md | 42 |
1 files changed, 32 insertions, 10 deletions
@@ -1,6 +1,10 @@ # ADV360-PRO-ZMK -## To build Firmware in GitHub Actions +## Modifying the keymap + +There is a GUI for editing the keymap. It is available at https://kinesiscorporation.github.io/Adv360-Pro-GUI + +## Building the Firmware with GitHub Actions ### Setup @@ -12,19 +16,20 @@ 1. Push a commit to trigger the build. 2. Download the artifact. -## Local building in a container +## Building the Firmware in a local container ### Setup #### Software -Either Podman or Docker is required, Podman is preferred if both are present.\ -Make is also required +* Either Podman or Docker is required, Podman is preferred if both are present. +* Make is also required #### Windows specific -If compiling on Windows use WSL2 and Docker [Docker Setup Guide](https://docs.docker.com/desktop/windows/wsl/).\ -Install make using `sudo apt-get install make`.\ -The repository can be cloned directly into the WSL2 instance or accessed through the C: mount point WSL provides by default (`/mnt/c/path-to-repo`). + +* If compiling on Windows use WSL2 and Docker [Docker Setup Guide](https://docs.docker.com/desktop/windows/wsl/). +* Install make using `sudo apt-get install make`. +* The repository can be cloned directly into the WSL2 instance or accessed through the C: mount point WSL provides by default (`/mnt/c/path-to-repo`). ### Build firmware @@ -39,8 +44,25 @@ The built docker container and compiled firmware files can be deleted with `make Follow the programming instruction on page 8 of the [Quick Start Guide](https://kinesis-ergo.com/wp-content/uploads/Advantage360-Professional-QSG-v8-25-22.pdf) to flash the firmware. +### briefly + +1. Extract the firmwares from the downloaded archive. +1. Connect the left side keyboard to USB. +1. Press Mod+macro1 to put the left side into bootloader mode; it should attach to your computer as a USB drive. +1. Copy `left.uf2` to the USB drive and it will disconnect. +1. Power off both keyboards (by unplugging them and making sure the switches are off). +1. Turn on the left side keyboard with the switch. +1. Connect the right side keyboard to USB to power it on. +1. Press Mod+macro3 to put the right side into bootloader mode to attach it as a USB drive. +1. Copy `right.uf2` to the mounted drive. +1. Unplug the right side keyboard and turn it back on. +1. Enjoy! + +> Note: There are also physical reset buttons on both keyboards which can be used to enter and exit the bootloader mode. Their location is described in section 2.7 on page 9 in the [User Manual](https://kinesis-ergo.com/wp-content/uploads/Advantage360-ZMK-KB360-PRO-Users-Manual-v3-10-23.pdf) and use is described in section 5.9 on page 14. + ## Other support -Further support resources can be found on Kinesis.com -https://kinesis-ergo.com/support/kb360pro/#firmware-updates -https://kinesis-ergo.com/support/kb360pro/#manuals +Further support resources can be found on Kinesis.com: + +* https://kinesis-ergo.com/support/kb360pro/#firmware-updates +* https://kinesis-ergo.com/support/kb360pro/#manuals |
