diff --git a/docs/index.html b/docs/index.html index 4827024bdc..264783e12f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,6 +128,8 @@ + + @@ -143,5 +145,6 @@ navigator.serviceWorker.register('sw.js') } + diff --git a/docs/xap.md b/docs/xap.md index 340c42bca8..f83af10618 100644 --- a/docs/xap.md +++ b/docs/xap.md @@ -4,7 +4,13 @@ XAP (“extensible application protocol”) API intends to provide access to var ## Overview -TODO +```mermaid +%%{init: {'themeVariables': { 'fontSize': '24px'}}}%% +flowchart LR + dev[QMK Device] <-- XAP --> host[Host Computer] +``` + +The intention is to provide access to QMK subsystems through a versioned and documented protocol. ## Protocol Reference