- 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
Last active
May 21, 2022 11:40
-
-
Save markuscraig/994cc9263a2fc1a9c687e2734585f22e 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