- 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
-
-
Save RyotaBannai/bbee8e738800fd4aeac24d374a9ba921 to your computer and use it in GitHub Desktop.
Leopold FC660C TMK Keymap Programming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment