main
MindfulMinun's Preonic layout - largely based on the Planck's
Setup
0. Get this repo!
git clone https://gitea.benjic.xyz/MindfulMinun/qmk --single-branch --branch main
1. Install QMK CLI
sudo pacman -S python-pipx
pipx install qmk
qmk setup --home ~/.local/share/qmk_firmware
2. Set your userspace directory
qmk config user.overlay_dir=~/Documentos/code/git/qmk
# Replace that directory with your cwd (this folder)
3. Flash
qmk flash -kb preonic/rev3 -km mindfulminun
When prompted, press the reset button on the bottom of the keyboard.
Languages
C
99.2%
Makefile
0.8%