Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Corne Keyboard (CRKBD)

A split keyboard with 3x6 vertically staggered keys and 3 thumb keys. Also, it has the option that use extension keys and rotary encoders.

Flash:

qmk compile -kb crkbd/rev1 -km mhkey
qmk flash -kb crkbd/rev1 -km mhkey

Layer 0: DVORAK (Base)

┌─────┬─────┬─────┬─────┬─────┬─────┐       ┌─────┬─────┬─────┬─────┬─────┬─────┐
│ ESC │  ;  │  ,  │  .  │  P  │  Y  │       │  F  │  G  │  C  │  R  │  L  │BSPC │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│SHIFT│  A  │  O  │  E  │  U  │  I  │       │  D  │  H  │  T  │  N  │  S  │ DEL │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│CTRL │ " * │  Q  │  J  │  K  │  X  │       │  B  │  M  │  W  │  V  │  Z  │ TAB │
└─────┴─────┴─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┴─────┴─────┘
                  │ GUI │SYM  │SPACE│       │SPACE│ NUM │ALGR │
                  │     │     │     │       │     │ENTER│     │
                  └─────┴─────┴─────┘       └─────┴─────┴─────┘

Layer 1: SYM (Symbols)

┌─────┬─────┬─────┬─────┬─────┬─────┐       ┌─────┬─────┬─────┬─────┬─────┬─────┐
│ ESC │  [  │  {  │  }  │  (  │  =  │       │  *  │  )  │  +  │  ]  │  !  │ DEL │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ CAPS│  ~  │  %  │  `  │  /  │  @  │       │  ←  │  ↓  │  ↑  │  →  │ --- │  -  │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ --- │  $  │  &  │  #  │  ^  │  \  │       │ --- │ --- │ --- │ --- │ --- │ --- │
└─────┴─────┴─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┴─────┴─────┘
                  │ GUI │ ▼▼▼ │SPACE│       │SPACE│ NUM │ALGR │
                  │     │     │     │       │     │ENTER│     │
                  └─────┴─────┴─────┘       └─────┴─────┴─────┘

Layer 2: NUM (Numbers & F-keys)

┌─────┬─────┬─────┬─────┬─────┬─────┐       ┌─────┬─────┬─────┬─────┬─────┬─────┐
│ ESC │  7  │  5  │  3  │  1  │  9  │       │  0  │  2  │  4  │  6  │  8  │BSPC │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ --- │ --- │ --- │ --- │ --- │ --- │       │  ←  │  ↓  │  ↑  │  →  │ --- │SHIFT│
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ --- │ --- │ --- │ --- │ --- │ --- │       │HOME │PGUP │PGDN │ END │ --- |PRTSC│
└─────┴─────┴─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┴─────┴─────┘
                  │ GUI │ SYM │SPACE│       │SPACE│ ▼▼▼ │ALGR │
                  │     │ENTER│     │       │     │     │     │
                  └─────┴─────┴─────┘       └─────┴─────┴─────┘

Layer 3: MEDIA (Multimedia)

┌─────┬─────┬─────┬─────┬─────┬─────┐       ┌─────┬─────┬─────┬─────┬─────┬─────┐
│ F11 │ F7  │ F5  │ F3  │ F1  │ F9  │       │ F10 │ F2  │ F4  │ F6  │ F8  │ F12 │
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ --- │ --- │ --- │CALC │ --- │ --- │       │ --- │ ◄◄  │ ▐▌  │ ►►  │BRI+ │PRTSC│
├─────┼─────┼─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┼─────┼─────┤
│ --- │ --- │ --- │ --- │ --- │ --- │       │MUTE │VOL- │VOL+ │ --- │BRI- │ --- │
└─────┴─────┴─────┼─────┼─────┼─────┤       ├─────┼─────┼─────┼─────┴─────┴─────┘
                  │ GUI │ --- │SPACE│       │SPACE│ --- │ALGR │
                  │     │     │     │       │     │     │     │
                  └─────┴─────┴─────┘       └─────┴─────┴─────┘

Legend

  • --- = No function
  • ▼▼▼ = Current layer active
  • " * = Quote (Alt when held)
  • SYM CAPS = SYM layer when held, CAPS when tapped
  • NUM ENTER = NUM layer when held, ENTER when tapped
  • ◄◄ = Previous track
  • ▐▌ = Play/Pause
  • ►► = Next track
  • BRI+/BRI- = Brightness up/down

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

About

Corne Dvorak Programmer

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages