diff options
| author | Zach White <skullydazed@gmail.com> | 2021-08-29 16:50:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-29 16:50:22 -0700 |
| commit | 596c4a1f87b46e1858c7d3630802eec741d1cc28 (patch) | |
| tree | 4985aa763eca968615ae7b8004261fa76262a389 /keyboards/dztech | |
| parent | b46064a891332db07643f73018910c031a63aa50 (diff) | |
| download | qmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.tar.gz qmk_firmware-596c4a1f87b46e1858c7d3630802eec741d1cc28.zip | |
Remove bin/qmk (#14231)
* Remove the bin/qmk script
* remove bin/qmk from workflows
Diffstat (limited to 'keyboards/dztech')
| -rw-r--r-- | keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md b/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md index d87258731..9de86be2d 100644 --- a/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md +++ b/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md | |||
| @@ -3,13 +3,13 @@ | |||
| 3 | Run commands in the root directory of this repository. | 3 | Run commands in the root directory of this repository. |
| 4 | 4 | ||
| 5 | ``` | 5 | ``` |
| 6 | ./bin/qmk compile && sudo dfu-programmer atmega32u4 erase && sudo dfu-programmer atmega32u4 flash ./dztech_dz65rgb_v2_jumper149.hex && sudo dfu-programmer atmega32u4 reset | 6 | qmk compile && sudo dfu-programmer atmega32u4 erase && sudo dfu-programmer atmega32u4 flash ./dztech_dz65rgb_v2_jumper149.hex && sudo dfu-programmer atmega32u4 reset |
| 7 | ``` | 7 | ``` |
| 8 | 8 | ||
| 9 | ## build | 9 | ## build |
| 10 | 10 | ||
| 11 | ``` | 11 | ``` |
| 12 | ./bin/qmk compile | 12 | qmk compile |
| 13 | ``` | 13 | ``` |
| 14 | 14 | ||
| 15 | ## flash | 15 | ## flash |
