Skip to content

This repo contains example software for the Kernelcon 2021 Hack Live! badge - the Hacker HotKey.

License

Notifications You must be signed in to change notification settings

Dilden/hacker-hotkey

Repository files navigation

Hacker HotKey

This repos contains example software for the Kernelcon 2021 Hack Live! badge - the Hacker HotKey.

hacker hotkey hotkey image

Compiling and uploading firmware

  1. connect micro USB cable
    • needs to be a data cable, not just a charging/power cable
  2. open aduino IDE
     arduino hackerHotKey.ino
  3. select "Arduino Leonardo" board type
    • install Arduino boards if necessary:
      • tools -> Boards Manager -> search "Arduino AVR Boards" -> install
  4. select com port
    • tools -> port
  5. Verify port comms work
    • tools -> "Get Board Info"
    • should return something like
      BN: Arduino Leonardo
      VID: 0x2341
      PID: 0x8036
      SN: Upload any sketch to obtain it
  6. choose your code
  7. upload code
    • sketch -> upload
    • Arduino IDE will compile and upload firmware to the Hacker Hotkey, which you can use immediately after upload (no unplugging, reseting, etc required)

About

This repo contains example software for the Kernelcon 2021 Hack Live! badge - the Hacker HotKey.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%