Skip to content

Yokann/zmk-cornish

 
 

Repository files navigation

Eyelash Peripherals Corne ZMK Repository

This keyboard is not the same as foostan's Corne. It will not work with standard corne firmware.

Photo of Eyelash Peripherals Corne

Local build

Init container

git clone https://github.com/zmkfirmware/zmk.git
docker volume create --driver local -o o=bind -o type=none -o device="/absolute/path/to/zmk-cornish" zmk-config
devcontainer up --workspace-folder "/absolute/path/to/zmk"
docker exec -w /workspaces/zmk -it <container_id> /bin/bash

Inside the container

cd /workspaces/zmk-config
west init -l config
west update
make build

Firmware will be at build/eyelash_corne_<left|right>.uf2.

Keymap Diagram

Diagram of config/eyelash_corne.keymap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.8%
  • CMake 42.2%