MNT Reform Keyboard Editor

Layout

Key

Export

Instructions

After downloading the Keyboard.elf file, flash it like this:

objcopy -O ihex Keyboard.elf Keyboard.hex
dfu-programmer atmega32u4 erase --suppress-bootloader-mem
dfu-programmer atmega32u4 flash ./Keyboard.hex --suppress-bootloader-mem
dfu-programmer atmega32u4 start