forked from forks/qmk_firmware
10 lines
171 B
Markdown
10 lines
171 B
Markdown
|
# 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
|
||
|
```
|