You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any work in this area needs to be discussed with QMK Collaborators first.
XAP needs to support a "secure mode" for any critical pieces of functionality. Changes to keymaps or rebooting into bootloader cannot be made available unless an "unlock sequence" is initiated and performed first.
Will need to be based on matrix positioning rather than keycodes
Look at Vial for inspiration here
Work out what needs to be intercepted and where
Work out how to define the key sequence
Start from info.json, add support in the data-driven definitions, jsonschema etc.
Work out how to translate the defined key sequence into appropriate C code
Need to handle some sort of inactivity timeout to get back to keyboard functionality
Need to handle some sort of "escape" to get back to keyboard functionality
Will need to be based on matrix positioning rather than keycodes
Need to add a broadcast message for secure mode entry, secure mode exit
Need to add a route to query secure mode status
Need to add a generic error if a secure-mode route is executed when not unlocked
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.
For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.
stalebot
added
the
stale
Issues or pull requests that have become inactive without resolution.
label
Apr 16, 2022
XAP Task Info
Original Issue
Original spec document
Current XAP Definitions
Current XAP Generated Docs
Placeholder PR
Description
Any work in this area needs to be discussed with QMK Collaborators first.
XAP needs to support a "secure mode" for any critical pieces of functionality. Changes to keymaps or rebooting into bootloader cannot be made available unless an "unlock sequence" is initiated and performed first.
info.json
, add support in the data-driven definitions, jsonschema etc.The text was updated successfully, but these errors were encountered: