summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md
blob: d872587317d21744864c30a78c6b6d302c97dba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
```