1
0
Fork 0
qmk_firmware/keyboards/dztech/dz65rgb/keymaps/jumper149
2021-11-15 10:41:04 -08:00
..
config.h Require explicit enabling of RGB Matrix modes (#15018) 2021-11-15 10:41:04 -08:00
keymap.c [Keymap] jumper149 keymap for the dztech/dz65rgb (#12142) 2021-03-17 10:02:00 -07:00
readme.md Remove bin/qmk (#14231) 2021-08-29 16:50:22 -07:00
rgb_matrix_user.inc [Keymap] jumper149 keymap for the dztech/dz65rgb (#12142) 2021-03-17 10:02:00 -07:00
rules.mk [Keymap] jumper149 keymap for the dztech/dz65rgb (#12142) 2021-03-17 10:02:00 -07:00

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