- body remixed from this: https://www.printables.com/model/1020389-wireless-corne-chocoflan-minimal-keyboard-case
Use Keyboard Layout Helper to inspect and tune layers visually: https://projects.maxistar.me/keyboard_helper/
config/: ZMK config for a split Corne on nice!nano (keymap, macros, Bluetooth bindings, west manifest).body/: printable/parametric case and plate models for the Chocoflan remix (scad, stl, step, 3mf).build.yaml: build matrix for CI (left/right halves on nice_nano@2.0.0).zephyr/module.yml: declares the repo as a ZMK module, including the Corney shield root and the custom GATT layer exposition feature.docs/gatt-layer-exposition.md: UUIDs, data format, and build notes for the BLE layer characteristic.
git clone https://github.com/maxistar/corney.git
cd corney- Zephyr SDK and
westalready installed (ZMK setup guide)
- From the repo root, pull ZMK:
west init -l config && west update. - Build each half (outputs land in
build/<side>/zephyr/zmk.uf2):- Left:
west build -s zmk/app -d build/left -b nice_nano@2.0.0 -- -DSHIELD=corney_left -DZMK_CONFIG=$PWD/config -DZMK_EXTRA_MODULES=$PWD - Right:
west build -s zmk/app -d build/right -b nice_nano@2.0.0 -- -DSHIELD=corney_right -DZMK_CONFIG=$PWD/config -DZMK_EXTRA_MODULES=$PWD
- Left:
- Copy the corresponding UF2 to each nice!nano over USB bootloader.