Skip to content

danlkv/zmk-config-corne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My keyboard

  1. Dvorak
  2. Parentheses on the main level.
  3. Layer toggles are one-shot toggles.
  4. One thumb has alt and meta, another one has layer modifiers. This is to be able to press both modifier keys with one finger.

Flashing

  1. Commit and push the changes
  2. gh watch to watch it compile
  3. rm *uf2 to remove previous firmware files if any
  4. gh run download -n firmware to download the firmware
  5. Connect the keyboard. fdisk -l to see its location.
  6. sudo mount /dev/sdx /mnt/flash to copy.
  7. Wait for the device to dissapear. Then flash the second one

Changes and insights

Insights

  1. It is easy to tap a key twice. Assigning a key to cycle between layers is convenient, at least with 3 layers.

Changes

  1. Change the space key to be on a different key from layer switch to balance the load.
  2. Set one of the keys to be layer toggle if tapped and a one-time switch if holded and pressed a combination. See Layer Tap-Toggle.

Terms

  1. Layer Tap-Toggle

    A modifier key is used for one-shot layered key. I also need to type a sequence of numbers or symbols. In this case, tapping and releasing without any key should enable the layer. Next press of the same key disables the layer.

    ZSA calls this Layer Tap-Toggle.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages