You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan c347e732be
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps

* `EEP_RST` -> `EE_CLR`, user keymaps

* `EEP_RST` -> `EE_CLR`, community layouts

* `EEP_RST` -> `EE_CLR`, userspace

* `EEP_RST` -> `EE_CLR`, docs & core
3 years ago
..
config.h
keymap.c Remove legacy EEPROM clear keycodes (#18782) 3 years ago
readme.md
rgb_matrix_user.inc
rules.mk

readme.md

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