stub out route and broadcast_message docs

This commit is contained in:
zvecr
2022-05-22 16:01:37 +01:00
parent d9b045a6fe
commit a9468f385e
11 changed files with 290 additions and 4 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ def xap_generate_docs(cli):
output_doc = QMK_FIRMWARE / "docs" / "xap_protocol.md"
with open(output_doc, "w", encoding='utf-8') as out_file:
out_file.write('''\
# XAP Protocol Reference
<!-- This file is generated -->
''')
for file in reversed(sorted(docs_list)):