update omfg

This commit is contained in:
2026-06-09 23:39:05 -05:00
parent 17584d2455
commit d21d2c4c19
7 changed files with 15 additions and 17 deletions
+8 -17
View File
@@ -1,34 +1,25 @@
# MindfulMinun's Preonic layout - largely based on the Planck's
## Setup
### 0. Get this repo!
```
```bash
git clone https://gitea.benjic.xyz/MindfulMinun/qmk --single-branch --branch main
git clone "$(gum write)" --single-branch --branch main
```
### 1. Install QMK and clone the firmware
### 1. Install QMK CLI
```bash
sudo pacman -S qmk
git clone --depth 1 https://github.com/qmk/qmk_firmware ~/qmk_firmware
qmk config user.qmk_home=~/qmk_firmware
sudo pacman -S python-pipx
pipx install qmk
qmk setup --home ~/.local/share/qmk_firmware
```
### 2. Clone this repo into the userspace overlay
### 2. Set your userspace directory
```bash
git clone https://gitea.benjic.xyz/mindfulminun/qmk.git
qmk config user.overlay_dir=~/Documentos/code/git/qmk
# Replace that directory with your cwd (this folder)
```
### 3. Flash
```bash
cd ~/qmk_firmware
make preonic/rev3:MindfulMinun:flash
qmk flash -kb preonic/rev3 -km mindfulminun
```
When prompted, press the reset button on the bottom of the keyboard.
@@ -203,6 +203,7 @@ bool dip_switch_update_user(uint8_t index, bool active) {
} else {
muse_mode = false;
}
break;
}
return true;
}
BIN
View File
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
{
"userspace_version": "1.1",
"build_targets": [
["preonic/rev3", "mindfulminun"]
]
}