2022-10-01 11:03:31 +02:00
|
|
|
# Christoph Cullmann's Layout
|
|
|
|
|
2024-10-01 19:09:22 +02:00
|
|
|
Layout with 34 keys based on Miryoku, using Night as base layer:
|
2022-10-18 21:06:28 +02:00
|
|
|
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2024-11-04 10:41:13 +01:00
|
|
|
night (CN) (8 likes)
|
|
|
|
b f l k q p g o u .
|
|
|
|
n s h t m y c a e i
|
|
|
|
x v j d z ' w ; / ,
|
|
|
|
r
|
|
|
|
|
|
|
|
SHAI:
|
|
|
|
Alt: 34.36%
|
|
|
|
Rol: 42.94% (In/Out: 22.30% | 20.64%)
|
|
|
|
One: 1.97% (In/Out: 0.58% | 1.38%)
|
|
|
|
Rtl: 44.90% (In/Out: 22.88% | 22.02%)
|
|
|
|
Red: 3.01% (Bad: 0.09%)
|
|
|
|
|
|
|
|
SFB: 0.58%
|
|
|
|
SFS: 4.42% (Red/Alt: 0.78% | 3.64%)
|
|
|
|
|
|
|
|
LH/RH: 49.16% | 50.84%
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2023-10-03 15:30:08 +02:00
|
|
|
|
2024-09-22 18:20:51 +02:00
|
|
|
# How to use
|
2023-10-03 15:30:08 +02:00
|
|
|
|
2024-09-22 18:21:56 +02:00
|
|
|
This repository is a valid QMK external userspace as documented here:
|
|
|
|
|
|
|
|
https://docs.qmk.fm/newbs_external_userspace
|
|
|
|
|
2024-09-22 18:20:51 +02:00
|
|
|
You need to have a locally setup QMK and use this repo as overlay:
|
2023-10-03 15:30:08 +02:00
|
|
|
|
2024-11-03 23:32:41 +01:00
|
|
|
```zsh
|
2024-11-04 10:41:13 +01:00
|
|
|
qmk config user.overlay_dir="/data/home/cullmann/data/qmk/christoph-cullmann"
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2024-09-22 18:20:51 +02:00
|
|
|
|
2024-09-22 18:23:52 +02:00
|
|
|
To use my keymaps, do for the Corne
|
|
|
|
|
2024-11-03 23:32:41 +01:00
|
|
|
```zsh
|
2024-11-04 10:41:13 +01:00
|
|
|
qmk flash -kb crkbd -km christoph-cullmann
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2024-09-22 18:23:52 +02:00
|
|
|
|
|
|
|
or for the Planck
|
|
|
|
|
2024-11-03 23:32:41 +01:00
|
|
|
```zsh
|
2024-11-04 10:41:13 +01:00
|
|
|
qmk flash -kb planck/rev6_drop -km christoph-cullmann
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2024-09-22 18:23:52 +02:00
|
|
|
|
2024-10-26 22:50:41 +02:00
|
|
|
or for the Ferris
|
|
|
|
|
2024-11-03 23:32:41 +01:00
|
|
|
```zsh
|
2024-11-04 10:41:13 +01:00
|
|
|
qmk flash -kb ferris/sweep -km christoph-cullmann
|
2024-11-03 23:32:41 +01:00
|
|
|
```
|
2024-10-26 22:50:41 +02:00
|
|
|
|
2024-09-22 18:20:51 +02:00
|
|
|
# Foundation
|
2023-10-03 15:30:08 +02:00
|
|
|
|
2024-09-22 17:58:29 +02:00
|
|
|
Based on ideas and code from:
|
2024-01-13 18:36:57 +01:00
|
|
|
|
2024-09-22 17:58:29 +02:00
|
|
|
- https://github.com/manna-harbour/miryoku
|
2024-09-22 18:40:23 +02:00
|
|
|
- https://github.com/getreuer/qmk-keymap
|
2024-09-23 01:22:26 +02:00
|
|
|
- https://github.com/filterpaper/qmk_userspace
|