summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
diff options
context:
space:
mode:
authorFelix Springer <39434424+jumper149@users.noreply.github.com>2021-03-17 18:02:00 +0100
committerGitHub <noreply@github.com>2021-03-17 10:02:00 -0700
commit6e79767f5aa0bad763639846d44c69d3990c7cbe (patch)
tree46f1991d3c4f51df981c0aa9881208068017e42f /keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
parent3bc7f46412e6e6c829aaff6d0f15c4cf36011948 (diff)
[Keymap] jumper149 keymap for the dztech/dz65rgb (#12142)
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
+```