/board_configs

config files for my keyboards

image

board_configs

The following are config files for my mechanical keybaords.

Config files can be generated here.

keyboards

Libraries needed to flash boards

brew install dfu-programmer

Steps to flash board

  • Connect keyboard to computer
  • Press physical RESET button on bottom of keyboard
  • Run the following commands:
  sudo dfu-programmer atmega32u4 erase
  sudo dfu-programmer atmega32u4 flash path/to/van/config/file.hex
  sudo dfu-programmer atmega32u4 start
  • Enjoy!