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