Skip to content

a741725193/zmk-new_corne

 
 

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

If you need a 3D model of this keyboard, email [email protected].

Instructions

  1. Fork this repository.
  2. Click the Actions tab and make sure the workflow is enabled.
  3. Make sure the eyelash_corne project in config/west.yml still works. The boards/arm/eyelash_corne folder will be downloaded from this URL.
  4. If there is still a boards/arm/eyelash_corne folder in your fork, delete it.

If you already have a ZMK config repository, you can add this one as a module instead of forking.

Keymap Diagram

Diagram of config/eyelash_corne.keymap

Mouse Support

⚠️ This repository defaults to an EXPERIMENTAL mouse movement branch which is slated for eventual merge into ZMK, but is not guaranteed to be stable. For more information, see beta testing and PR #2477.

If desired, edit your config/west.yml to switch back to zmkfirmware's main branch:

diff --git a/config/west.yml b/config/west.yml
index ac30a68..70ad540 100644
--- a/config/west.yml
+++ b/config/west.yml
@@ -13,8 +13,8 @@ manifest:
       url: https://github.com/a741725193/zmk-new_corne
       revision: main
     - name: zmk
-      remote: petejohanson
-      revision: feat/pointers-with-input-processors
+      remote: zmkfirmware
+      revision: main
       import: app/west.yml
   self:
     path: config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%