-
Notifications
You must be signed in to change notification settings - Fork 9
dev firmware
Chris Veigl edited this page Jul 23, 2025
·
5 revisions
Building or adapting the FLipMouse firmware (for legacy version 2, using the Teensy LC microcontroller)
Follow these steps in order to build/adapt the firmware:
- Clone the FLipMouse repository, https://github.com/asterics/FLipMouse-v2
- Download and install the Arduino IDE, https://www.arduino.cc/en/main/software
- Download and install Teensyduino, https://www.pjrc.com/teensy/td_download.html
- Open
FLipWare/FLipware.inowith the Arduino IDE - Use the following settings in Arduino IDE:
- Tools -> Board -> Teensy LC
- Tools -> USB Type -> "Serial + Mouse + Keyboard + Joystick"

- Adapt code
- If you fixed a bug or made an improvement that could be useful for other people, please make a pull request