From 90fc9016241db3ccc12138f84e1fcf95a389838d Mon Sep 17 00:00:00 2001 From: zvecr Date: Tue, 21 Jun 2022 13:27:45 +0100 Subject: [PATCH] mermaid? --- docs/index.html | 3 +++ docs/xap.md | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 4827024bdc7..264783e12f6 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 340c42bca83..f83af10618e 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