summaryrefslogtreecommitdiff
path: root/keyboards/atreus62/keymaps/scheiklp/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus62/keymaps/scheiklp/readme.md')
-rw-r--r--keyboards/atreus62/keymaps/scheiklp/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/atreus62/keymaps/scheiklp/readme.md b/keyboards/atreus62/keymaps/scheiklp/readme.md
new file mode 100644
index 0000000000..b5590b6f2f
--- /dev/null
+++ b/keyboards/atreus62/keymaps/scheiklp/readme.md
@@ -0,0 +1,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
+```