update omfg
This commit is contained in:
@@ -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.
|
||||
|
||||
+1
@@ -203,6 +203,7 @@ bool dip_switch_update_user(uint8_t index, bool active) {
|
||||
} else {
|
||||
muse_mode = false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user