From a413ec0e20537f67bd28e9041b6c44efcc061f04 Mon Sep 17 00:00:00 2001 From: bozarre Date: Mon, 10 Mar 2025 23:39:17 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Readme.md b/Readme.md index 8842364..76541c5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,26 +1,26 @@ -# 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 -- In >> Tools/ setup the board settings: - - | | | - | --- | --- | - | 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) +# 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 +- In >> Tools/ setup the board settings: + + | | | + | --- | --- | + | 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] | + +- Upload + +## License + +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) \ No newline at end of file