2022-09-20 21:42:37 +00:00
|
|
|
# Maybe Arduino
|
2022-09-20 22:19:55 +00:00
|
|
|
|
2022-09-20 21:54:46 +00:00
|
|
|
This is the Arduino code for the teensy firmware used in the Maybe Macro Board
|
|
|
|
|
|
|
|
## Uploading the firmware using Teensyduino
|
2022-09-20 22:19:55 +00:00
|
|
|
|
2022-09-20 21:54:46 +00:00
|
|
|
- Install Teensyduino https://www.pjrc.com/teensy/td_download.html
|
|
|
|
- Run Arduino .exe
|
|
|
|
- Open Maybe.ino
|
|
|
|
- In >> Tools/ setup the board settings:
|
2022-09-20 22:19:55 +00:00
|
|
|
|
|
|
|
| | |
|
|
|
|
| --- | --- |
|
|
|
|
| Board | Teensy LC |
|
|
|
|
| USB Type | Serial + Keyboard + Mouse + Joystick (but only Serial and Keyboard are used for now) |
|
|
|
|
| CPU Speed | 48MHz (max) |
|
|
|
|
| Optimize | Smallest Code |
|
|
|
|
| Keyboard layout | US English (but any should work) |
|
|
|
|
| Port | \[your teensy port |
|
|
|
|
|
|
|
|
- Upload
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Do What the Fuck You Want to Public License (WTFPL)
|
|
|
|

|