summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md')
-rw-r--r--keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md b/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
new file mode 100644
index 0000000000..d872587317
--- /dev/null
+++ b/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
@@ -0,0 +1,24 @@
+# jumper149's DZ65RGB v2
+
+Run commands in the root directory of this repository.
+
+```
+./bin/qmk compile && sudo dfu-programmer atmega32u4 erase && sudo dfu-programmer atmega32u4 flash ./dztech_dz65rgb_v2_jumper149.hex && sudo dfu-programmer atmega32u4 reset
+```
+
+## build
+
+```
+./bin/qmk compile
+```
+
+## flash
+
+Use `qmk flash` or if it is broken (unknown reason) you can try this workaround.
+I personally had some problems on ArchLinux, that I didn't debug any further though.
+
+```
+sudo dfu-programmer atmega32u4 erase
+sudo dfu-programmer atmega32u4 flash ./dztech_dz65rgb_v2_jumper149.hex
+sudo dfu-programmer atmega32u4 reset
+```