From 90a9d2b587e33870253cccca0ecf0f75c8bea76d Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Tue, 10 Sep 2024 15:38:55 -0700 Subject: [PATCH] updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1843c..426bbe7 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ String Typer ============ This project runs on an Adafruit Trinkey RP2040 QT. It emulates a USB keyboard -to type a pre-programmed string when BOOTSEL is pressed. +to type a ~~pre-programmed~~ string when BOOTSEL is pressed. The device is +configured through a serial terminal. Next step: custom hardware with more +buttons.