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

|