Skip to content

duien/zmk-config-zen-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corne-ish Zen V2 Custom Configuration

Corne-ish Zen Logo

NOTE: This code is currently merged into ZMK Main.

This repo is the official configuration of the Corne-ish Zen V2 low profile wireless mechanical keyboard. Use it to develop your own keymap and easily build your own ZMK firmware to run on your Corne-ish Zen. These steps will get you using your keymap on your keyboard in the fastest time possible. It uses the GitHub Actions feature to build your firmware online, rather than setting up a complex tool chain on your local computer.

If you are looking to dig deeper into ZMK and develop new functionality, it is recommended to follow the steps of installing ZMK as found on the official ZMK documentation site (linked below).

V2 PCBs were only used in the 3rd GB round (R3). To confirm which version you need, remove the bottom from the keyboard and look beside the Corne-ish Zen logo for a version number. Group Buy rounds 1 and 2 have V1 PCBs and R3 has V2 PCBs. (Also V2 PCBs have white power switches... V1 PCBs have black ones.)

Resources

Instructions

  1. Log into, or sign up for, your personal GitHub account.
  2. Fork this repository to your local computer, and then push it to your GitHub personal account. (instructions)
  3. Edit the keymap file(s) to suit your needs:
    • Change the keymap file to edit keycodes, add new layers etc.
    • Change the conf file to edit configuration settings like changing the deep sleep timeout
  4. Commit and push your changes to your personal repo. Upon pushing it, GitHub Actions will start building a new version of your firmware with the updated keymap.

Note

After forking the repo to your own account, you can also edit the files directly using the GitHub web interface via the edit button on the top right (keyboard shortcut e) or via the GitHub Dev interface (keyboard shortcut .) and commit your changes.

Firmware Files

To locate your firmware files...

  1. Log into GitHub and navigate to your personal config repository you just uploaded your keymap changes to.
  2. Click "Actions" in the main navigation, and in the left navigation click the "Build" link.
  3. Select the desired workflow run in the centre area of the page (based on date and time of the build you wish to use). You can also start a new build from this page by clicking the "Run workflow" button.
  4. After clicking the desired workflow run, you should be presented with a section at the bottom of the page called "Artifacts". This section contains the results of your build, in a file called "firmware.zip"
  5. Download the firmware zip archive and extract the two .uf2 files. They are named according to which side they need to be flashed to.
  6. Flash the firmware to your keyboard by double-clicking the reset button to put the it in bootloader mode. A window should pop up showing the contents of the storage on the keyboard. Drag and drop the correct .uf2 file into the window. When the upload is complete the window will close and the keyboard will exit bootloader mode.
    • If you only changed the keymap file you only need to flash the left side firmware to the left side.
    • If you changed the conf file you should flash both sides their respective files.

Your keyboard is now ready to use.

About

ZMK configuration repo for v2 of the Corne-ish Zen keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%