qmk_firmware/data/templates/xap/docs/term_definitions.md.j2

5 lines
146 B
Text
Raw Normal View History

2022-02-14 18:19:13 +00:00
| Name | Definition |
| -- | -- |
{%- for type, definition in xap.term_definitions | dictsort %}
| _{{ type }}_ | {{ definition }} |
{%- endfor %}