This firmware intent to replace the "original" firmware that's powering the corne clone found on Aliexpress which is using a 52840nano controller.
The original firmware is a large copy paste of the Corn-ish Zen source code, with some tweak to enable the underglow.
As the main source code for corn-ish zen is now merged into ZMK, it's time for a cleanup.
To create your own configuration use this reposiroty as a ZMK module by adding it in the west.yml
file and use it in your build file.
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: capmousse
url-base: https://github.com/CapMousse
projects:
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: something-cornish
remote: capmousse
revision: main
self:
path: config
- Up to date ZMK integration
- Use official template
- Work as a ZMK module
- Custom shield
- Working underglow
- New physical layout support
- ZMK Studio support if enabled