-
Notifications
You must be signed in to change notification settings - Fork 8
dev firmware
Benjamin Klaus edited this page Mar 6, 2018
·
4 revisions
Follow these steps in order to build/adapt the firmware:
- Clone the FLipMouse repository, https://github.com/asterics/FLipMouse
- 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.ino
with the Arduino IDE (see https://github.com/asterics/FLipMouse/blob/master/FLipWare/FLipWare.ino) - 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 at https://github.com/asterics/FLipMouse/pulls