blob: c8c2dc9a2c256072caa66b54f87cef139639bd3e (
plain)
1
2
3
4
5
6
7
8
9
|
# KOY Layout for the xd75 pcb board
Compile the layout
```bash
qmk compile -kb xiudi/xd75 -km scheiklp
```
and flash it to the board
```bash
qmk flash -kb xiudi/xd75 -km scheiklp
```
|