diff options
Diffstat (limited to 'keyboards/xd75/keymaps/scheiklp/readme.md')
-rw-r--r-- | keyboards/xd75/keymaps/scheiklp/readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/scheiklp/readme.md b/keyboards/xd75/keymaps/scheiklp/readme.md new file mode 100644 index 0000000000..58c65f0884 --- /dev/null +++ b/keyboards/xd75/keymaps/scheiklp/readme.md @@ -0,0 +1,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 +``` |