README: add notes for chocify 36
This commit is contained in:
parent
aca8c9d1b7
commit
527b3a08df
36
README.org
36
README.org
|
@ -3,11 +3,13 @@
|
|||
|
||||
* Keyboard Config
|
||||
|
||||
** Atreus with Kaleidoscope
|
||||
|
||||
[[https://shop.keyboard.io/collections/keyboardio-atreus/products/keyboardio-atreus][Keyboardio Atreus]] with Alpha Layer based on Colemak, more specifically the [[https://colemakmods.github.io/mod-dh/keyboards.html#matrix-keyboards][mod-DH for Matrix]] keyboard variant.
|
||||
|
||||
This is modified for my personal environment with i3wm + Spacemacs.
|
||||
|
||||
** The Layout
|
||||
*** The Layout
|
||||
|
||||
[[./keyboard-layout-colemak-DHm.png]]
|
||||
|
||||
|
@ -24,29 +26,49 @@ This is modified for my personal environment with i3wm + Spacemacs.
|
|||
- typing speedtest with layout emulator: https://monkeytype.com/
|
||||
- [[http://www.keyboard-layout-editor.com/][Keyboard Layout Editor]]
|
||||
|
||||
** Build and run
|
||||
*** Build and run
|
||||
|
||||
*** first time setup
|
||||
**** first time setup
|
||||
|
||||
- ~git clone Kaleidoscope -d ${HOME}/projects/Kaleidoscope~
|
||||
- ~sudo cp ${HOME}/projects/Kaleidoscope/etc/60-kaleidoscope.rules /etc/udev/rules.d/~
|
||||
- ~sudo udevadm trigger~
|
||||
- ~cd Kaleidoscope/plugins && git clone https://github.com/keyboardio/Kaleidoscope-Language~
|
||||
|
||||
*** after that just
|
||||
**** after that just
|
||||
|
||||
- ~export KALEIDOSCOPE_DIR=${HOME}/projects/Kaleidoscope~
|
||||
- ~cd ./colemak-dhm/ && make flash~
|
||||
|
||||
** Chocofi 36 with QMK
|
||||
|
||||
According to this issue [[https://github.com/pashutk/chocofi/issues/6][pashutk/chocofi#6 firmware?]] one should use ~crkbd~ config.
|
||||
|
||||
#+begin_src shell
|
||||
cd ~/src
|
||||
git clone
|
||||
#+end_src
|
||||
|
||||
*** TODO maybe next time try to use docke
|
||||
#+begin_src shell
|
||||
docker pull ghcr.io/qmk/qmk_base_container:latest@sha256:fbfcad97eb05e0d92917681d86dbbf84747979ec8045624f98f4334d5aa1de2b
|
||||
#+end_src
|
||||
|
||||
** TODO
|
||||
|
||||
- move numblock 0 somewhere else (e.g. left or 4)
|
||||
- move PGUP/PGDOWN to from pinky to index
|
||||
- move DEL, BKSPC (to NAv layer, e.g. J/K)
|
||||
- find new places for TAB/Enter + Ctrl keys
|
||||
- moving from Atreus to Chocofi
|
||||
- # ` keys are gone!
|
||||
- fully implement a sane extended layer like [[https://dreymar.colemak.org/layers-extend.html][this]]
|
||||
- maybe completely remove the NAV and TAB keys
|
||||
- maybe figure out home-row-mods: https://precondition.github.io/home-row-mods#how-to-use-home-row-mods
|
||||
- inspiration: https://alexschroeder.ch/wiki/Atreus
|
||||
- build a real split keyboard (5x3 + 2x3 thumb)
|
||||
- +build+ get a real split keyboard (5x3 + 2x3 thumb)
|
||||
- e.g. with PCBs from here: https://keycapsss.com/keyboard-parts/pcbs/53/crkbd-split-keyboard-pcb-corne-helidox?number=KC10022_CHOC_BK&c=6
|
||||
|
||||
** Adjusted QWERTY Layer for gaming
|
||||
*** Adjusted QWERTY Layer for gaming
|
||||
|
||||
[[./keyboard-layout-GW-gaming_draft.png]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue