Skip to content

Everything i know about flashing the XD 60 (atmega32u4)

Notifications You must be signed in to change notification settings

dorkblue/Flashing-XD-60

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Flashing-XD-60

Everything I know (limited) about flashing the XD 60 (atmega32u4) with dfu-programmer using the command line.

Building keyboard firmware (.hex)

Keyboard Firmware Builder

Installing build tools to flash driver?

Getting Started Build Tools

DFU-Programmer Cmd Lines

Commands

dfu-programmer --help See list of commands for dfu-programmer

Steps

  1. Erase existing memory

dfu-programmer atmega32u4 erase --force --debug 1000

  1. Flash with .hex keymap

dfu-programmer atmega32u4 flash keymap.hex --debug 1000

  1. Reset

dfu-programmer atmega32u4 reset --debug 1000

Links that helped

qmk/qmk_firmware#122

https://imgur.com/a/IcT03#vxvPgdU

About

Everything i know about flashing the XD 60 (atmega32u4)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published