Update Readme.md

This commit is contained in:
bozarre 2025-03-10 23:39:17 +00:00
parent d49ca41c83
commit a413ec0e20
1 changed files with 25 additions and 25 deletions

View File

@ -1,26 +1,26 @@
# Maybe Arduino # Maybe Arduino
This is the Arduino code for the teensy firmware used in the Maybe Macro Board This is the Arduino code for the teensy firmware used in the Maybe Macro Board
## Uploading the firmware using Teensyduino ## Uploading the firmware using Teensyduino
- Install Teensyduino https://www.pjrc.com/teensy/td_download.html - Install Teensyduino https://www.pjrc.com/teensy/td_download.html
- Run Arduino .exe - Run Arduino .exe
- Open Maybe.ino - Open Maybe.ino
- In >> Tools/ setup the board settings: - In >> Tools/ setup the board settings:
| | | | | |
| --- | --- | | --- | --- |
| Board | Teensy LC | | Board | [Teensy LC / Teensy 4.0 / Teensy 4.1] |
| USB Type | Serial + Keyboard + Mouse + Joystick (but only Serial and Keyboard are used for now) | | USB Type | Serial + Keyboard + Mouse + Joystick (but only Serial and Keyboard are used for now) |
| CPU Speed | 48MHz (max) | | CPU Speed | [Teensy LC] -> 48MHz / [Teensy 4.x] -> 600MHz (max) |
| Optimize | Smallest Code | | Optimize | Smallest Code |
| Keyboard layout | US English (but any should work) | | Keyboard layout | US English (but any should work) |
| Port | \[your teensy port | | Port | [your teensy port] |
- Upload - Upload
## License ## License
Do What the Fuck You Want to Public License (WTFPL) Do What the Fuck You Want to Public License (WTFPL)
![WTFPL_logo](https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/WTFPL_logo.svg/langfr-150px-WTFPL_logo.svg.png) ![WTFPL_logo](https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/WTFPL_logo.svg/langfr-150px-WTFPL_logo.svg.png)