~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/keyboards/dztech/dz65rgb/keymaps/jumper149/readme.md -rw-r--r-- 618 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 2 years ago

#jumper149's DZ65RGB v2

Run commands in the root directory of this repository.

qmk compile && sudo dfu-programmer atmega32u4 erase && sudo dfu-programmer atmega32u4 flash ./dztech_dz65rgb_v2_jumper149.hex && sudo dfu-programmer atmega32u4 reset

#build

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