Alternatives
A Pro Micro alternative for wireless keyboards. Contribute to joric/nrfmicro development by creating an account on GitHub.
GitHub · github.com [1]
Huge list of micro controllers tried and used in keeb builds.
References:
[1]: https://github.com/joric/nrfmicro/wiki/Alternatives
Posts tagged: keeb
All posts with the tag "keeb"
40 posts
latest post 2026-08-09
Publishing rhythm
Found: OverlayKey X
Designed by @yfuku_, a keyboard to place on top of your laptop.
Thomas Baart's Microblog · micro.thomasbaart.nl [1]
This is almost exactly what I have been thinking about building for quite awhile. I am going to give it a good try with a few $$ in filiment some cheap switches a microcontroller and go pretty bare bones, maybe open wiring on the bottom.
References:
[1]: https://micro.thomasbaart.nl/2024/06/12/overlaykey-x/
[1]
Interesting, linux supports 32 programmable buttons, special buttons that do nothing that hotkey programs like xbindkeys can pick up and run things, seems like it would be very intersting to use on a macro pad. You could easily do dynamic and complex tasks without clashing that keybinding with something else.
I’m going to look into this for my next obs setup. No matter what I try to do with the hyper key it always tends to do odd things depending on the application I am in. typically its tmux, and it starts trying to do something I don’t want it to.
References:
[1]: /static/https://github.com/qmk/qmk_firmware/blob/master/docs/features/programmable_button.md
[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
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...