https://github.com/Halibut-Electronics/Open-Headset-Interconnect-Standard/issues/1 Started working on the Standard doc. Setup for PDF autogeneration. KiCAD project for drawing things, 'cuz I've got a KiCAD shaped hammer for those drawing nails.

This commit is contained in:
Mark Smith
2022-08-24 17:13:37 -07:00
parent e56fc17064
commit 530e3e65d7
19 changed files with 3135 additions and 0 deletions

14
.markdownlint.json Normal file
View File

@ -0,0 +1,14 @@
{
"line-length": false,
"single-h1": false,
"no-inline-html": false,
"ul-indent": {
"indent": 4
},
"no-emphasis-as-header": false,
"no-trailing-punctuation": {
"punctuation":
".,;:。,;:"
},
"ul-style": false
}