A keyboard for Joey
This is an ergogen based corne clone that I intend to modify and tweak as I descend into the rabbit hole
- Node
- Docker
Get my files on your computer 😏 and install dependencies.
git clone https://github.com/Narkoleptika/josukey.git
cd josukey
npm iThis will run Ergogen and build all of the output files.
npm run ergogen:buildThis will watch the config.yaml file and the footprints directory and run the build command whenever there are changes.
npm run ergogen:watchDownloads ZMK dependencies
npm run zmk:updateBuilds the ZMK firmware
npm run zmk:buildShuts down the ZMK docker services
npm run zmk:down
