summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-03-17 17:02:38 +0000
committerQMK Bot <hello@qmk.fm>2021-03-17 17:02:38 +0000
commit3367705ac2fe18fb7901dabca9a65c3f110852c7 (patch)
tree53351bd8ffa6b39208425bc579dd66f64b44ce12 /keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
parent66713446026e43899ff94c305dbca7907d2dc3bc (diff)
parent6e79767f5aa0bad763639846d44c69d3990c7cbe (diff)
Merge remote-tracking branch 'origin/master' into develop
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
+```