[1]
This is a sick steam deck dock! With a corne built in laptop style.
References:
[1]: /static/https://kbd.news/Steam-Deck-dock-2291.html
Posts tagged: keeb
All posts with the tag "keeb"
33 posts
latest post 2026-06-24
Publishing rhythm
My experience with a new 3dkeeb corne
specs # [1]
first days typing # [2]
first days working # [3]
What did I sign myself up for? If the lower typing speed with alpha characters
was not enough throw in special characters and keybings I setup long ago and
only remember by muscle memory. I have so far killed my tmux pane instead of
zooming in (m-x instead of m-z), killed my zsh line instead of paste to the end
of a command (c-c instead of c-v).
VIA # [4]
LT(1, KC_ENT)
LT(1, KC_TAB)
LT(1, KC_SHIFT)
MT(MOD_RSHFT, KC_ESC)
MT(MOD_HYPR, KC_GESC)
setting up qmk cli # [5]
conda create -n qmk python=3.8 -y
qmk config compile.keyboard=crkbd/rev1 compile.keymap=default
qmk config user.keyboard=crkbd/rev1 user.keymap=default
# This will clone into ~/qmk_firmware
# you can change this behavior by setting QMK_HOME
# export QMK_HOME=~/custo_qmk_home_dir
qmk setup
# qmk setup took 10 minutes on my machine with wsl over a mobile network
qmk setup
ImportError: Unable to load any of the following libraries:libhidapi-hidraw.so li...