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 i
This will run Ergogen and build all of the output files.
npm run ergogen:build
This will watch the config.yaml
file and the footprints
directory and run the build command whenever there are changes.
npm run ergogen:watch
Downloads ZMK dependencies
npm run zmk:update
Builds the ZMK firmware
npm run zmk:build
Shuts down the ZMK docker services
npm run zmk:down