Skip to content

keyboard controller firmware for Atmel AVR USB family

Notifications You must be signed in to change notification settings

asellitt/tmk_keyboard

 
 

Repository files navigation

Hey Future @asellitt

You're probably looking at this because you've forgotten how to compile "this damned firmware". Yep, it's OK, I know.

Don't worry mate! It's really simple:

$> cd tmk_keyboard/keyboard/ergodox
$> brew bundle --verbose
$> make -f Makefile.lufa clean
$> make -f Makefile.lufa asellitt

Unless its not.

if: sh: avr-gcc: command not found then: export PATH="/usr/local/opt/avr-gcc@6/bin:$PATH"

Then (if you've remembered to open Teensy, you probably will though because you're such a clever fellow), just reboot the keyboard and it will automatically push the new firmware.

Hakky happing!

Your best bud, Past @asellitt

Oh, PS: You will find the rest of README here: http://github.com/tmk/tmk_keyboard

OH! PPS: Thanks for taking care of that for me, I always know I can count on you to get stuff done :D

About

keyboard controller firmware for Atmel AVR USB family

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.7%
  • C++ 25.6%
  • Makefile 3.8%
  • Assembly 3.2%
  • Objective-C 2.1%
  • PHP 0.7%
  • Other 0.9%