How to flash my Ergodox Firmware
My version of the firmware closely follows the partial-rewrite branch of ben-blazak. My working branch is also the partial-rewrite branch.
The link to my Github repo http://github.com/dewetblomerus/ergodox-firmware
Steps to set up when on a new computer
- Make sure all the stuff needed to compile is installed
sudo apt-get install gcc-avr binutils-avr avr-libc - Set up the Linux Dev Rules and install Teensy Loader http://pjrc.com/teensy/loader_linux.html
Steps to edit the layout and flash the firmware
- Edit the layout file at
/firmware/keyboard/ergodox/layout cdto/firmwareand run themakecommand to compile the firmware with your new layout- This will generate a new
firmware.hexfile and place it in the/firmwaredirectory - Run the Teensy Loader to flash the new
firmware.hexfile to the keyboard