Leopold FC660C TMK Keymap Programming
- Build a keymap and download the TMK firmware (.hex file)
- Install flash programming tools...
- Mac
$ brew tap osx-cross/avr
$ brew install avr-gcc
$ brew install dfu-programmer
- Linux / Windows
- Use the 'Atmel FLIP' app
- http://www.microchip.com/developmenttools/ProductDetails/flip
- Mac
- Click the reset button on the bottom of the keyboard
- boots keyboard into flash programming mode
- Program the keyboard flash...
- Mac
$ sudo dfu-programmer atmega32u4 erase --force
$ sudo dfu-programmer atmega32u4 flash ~/Downloads/unimap.hex
$ sudo dfu-programmer atmega32u4 reset
- Linux / Windows
- use the 'Atmel FLIP' app
- http://www.microchip.com/developmenttools/ProductDetails/flip
- Mac