Skip to content
Benjamin Klaus edited this page Mar 6, 2018 · 4 revisions

Building or adapting the FLipMouse firmware

Follow these steps in order to build/adapt the firmware:

  1. Clone the FLipMouse repository, https://github.com/asterics/FLipMouse
  2. Download and install the Arduino IDE, https://www.arduino.cc/en/main/software
  3. Download and install Teensyduino, https://www.pjrc.com/teensy/td_download.html
  4. Open FLipWare/FLipware.ino with the Arduino IDE (see https://github.com/asterics/FLipMouse/blob/master/FLipWare/FLipWare.ino)
  5. Use the following settings in Arduino IDE:
    • Tools -> Board -> Teensy LC
    • Tools -> USB Type -> "Serial + Mouse + Keyboard + Joystick"
    • Arduino IDE Settings
  6. Adapt code
  7. If you fixed a bug or made an improvement that could be useful for other people, please make a pull request at https://github.com/asterics/FLipMouse/pulls