Conversation
The README still documented the pre-unification layout: a tiny_touch_keyboard.ino flashed from the Arduino IDE for HID, a separate tiny_touch_smartcard IDF project for PIV, a hand-generated secrets.h holding the 9a/9d PEMs, and the helper run by hand out of a virtualenv. None of that exists now. Both modes come from firmware/tiny_touch_unified, the mode is a runtime setting, PIV keys are generated by `tinytouch setup` and stored in device NVS (nothing in the tree includes secrets.h at all any more), and the helper is installed by the CLI. Replaces the install section with the three paths people actually take — install the CLI, flash a bare board from the browser, or build the firmware locally — and adds a note in "notes" explaining the rename, so readers arriving from older guides and videos know where tiny_touch_keyboard.ino went. Also states the ESP-IDF 5.3.x requirement and the stale dependencies.lock that keeps a failed 6.0 build broken. Fixes ZimengXiong#32 Fixes ZimengXiong#35 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
@alsocat is attempting to deploy a commit to the zimeng's projects Team on Vercel. A member of the Team first needs to authorize it. |
This was referenced Sep 2, 2026
The firmware types six numeric-keypad usages, not `000000`, and it does so precisely because keypad usages are not remapped by national keyboard layouts — which is what ZimengXiong#13 ran into when HID_KEY_0 arrived as `ö` on a Hungarian layout. Naming a specific value invites people to type it themselves when a prompt appears, and it is not the value any more. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Withdrawn.