diff options
author | Joel Challis <git@zvecr.com> | 2022-02-27 11:28:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 12:28:51 +0100 |
commit | e4a6afa369ca695be97dc3ba96fe129a1c24456e (patch) | |
tree | eccad47500dd145ec2070b3956ed7a5395f9bdcd /data | |
parent | 8f457ada3a253993106e63c18e01987a7957403e (diff) | |
download | qmk_firmware-e4a6afa369ca695be97dc3ba96fe129a1c24456e.tar.gz qmk_firmware-e4a6afa369ca695be97dc3ba96fe129a1c24456e.zip |
Rework generate-api CLI command to use .build directory (#16441)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/api/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/api/readme.md b/data/templates/api/readme.md new file mode 100644 index 0000000000..a4b2c6bce7 --- /dev/null +++ b/data/templates/api/readme.md @@ -0,0 +1,5 @@ +# QMK Keyboard Metadata + +This directory contains machine parsable data about keyboards supported by QMK. The latest version is always available online at <https://keyboards.qmk.fm>. + +Do not edit anything here by hand. It is generated with the `qmk generate-api` command. |