Skip to content

Commit 6130062

Browse files
committed
Update usage documentation to correct BOOT pin reference and a small section relating to the T-Deck test program
1 parent 3a098bf commit 6130062

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/usage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ The Arduino IDE configuration in the tools menu:
5656
- Partition Scheme -> Default 4Mb with spifs
5757
- Upload Speed -> 921600
5858

59-
Select the COM/SERIAL port of the USB to serial cable. Once the controller is in programming mode (it'll print a message over the UART saying "waiting for download" when powered up with the BL pin shorted to ground) press download on the Arduino IDE and it should upload the firmware. Restart the device afterwards.
59+
Select the COM/SERIAL port of the USB to serial cable. Once the controller is in programming mode (it'll print a message over the UART saying "waiting for download" when powered up with the BOOT pin shorted to ground) press download on the Arduino IDE and it should upload the firmware. Restart the device afterwards.
60+
61+
## Using The Keyboard On The T-Deck
62+
63+
The keyboard is accessed using the I2C interface, the test program provided reads the values from the keyboard and prints them over the serial connection. The keyboard will send a keyInfo array over I2C when requested, this array contains the key value, and `bools` for modifiers and custom functions. For information on how to flash the test program to your T-Deck please refer to the official [T-Deck Github](https://github.com/Xinyuan-LilyGO/T-Deck) repository.

0 commit comments

Comments
 (0)