Skip to content

UltimateHackingKeyboard/bootloader-left

 
 

Repository files navigation

DEPRECATION NOTICE:

This bootloader has been deprecated as a result of moving from Atmel AVR to NXP Kinetis microcontrollers.

You're welcome to check out the new firmware.

UHK left half bootloader

This is the bootloader of the left keyboard half of the Ultimate Hacking Keyboard.

{ProgrammerName} and {ProgrammerPort} are to be substituted with actual values below.

cd optiboot
make upload AVRDUDE_PROGRAMMER={ProgrammerName} AVRDUDE_PORT={ProgrammerPort}  # Build and upload the firmware.
make  fuses AVRDUDE_PROGRAMMER={ProgrammerName} AVRDUDE_PORT={ProgrammerPort}  # Set the fuses.

For the AVR ISP mkII this translates to:

cd optiboot
make upload AVRDUDE_PROGRAMMER=avrispv2
make  fuses AVRDUDE_PROGRAMMER=avrispv2

This bootloader is based on the Optiboot bootloader originally hosted at Google Code but this repo has been forked from a GitHub repo because collaboration is easier here.

About

The deprecated left side bootloader of the Ultimate Hacking Keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.8%
  • C++ 34.2%
  • Makefile 19.5%
  • Other 0.5%