summaryrefslogtreecommitdiff
path: root/keyboards/atreus62/keymaps/scheiklp/readme.md
blob: b5590b6f2f46801a0f0b2ca8b689891c803b2fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# KOY Layout for the atreus62 pcb board
Compile the layout
```bash
qmk compile -kb atreus62 -km scheiklp
```
disable this service that interfers with the pro micro
```
sudo systemctl stop ModemManager.service
```
and flash it to the board
```bash
qmk flash -kb atreus62 -km scheiklp
```