diff options
| author | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
| commit | a0e733391532490a216da044efb40451f67774f2 (patch) | |
| tree | 8cc6bd43d0b70283b90cfadee1f512ef1161ff4c /docs/api_overview.md | |
| parent | 6b9a7e21e953d68d6ae093c2d727f1f3ac2798c0 (diff) | |
| parent | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (diff) | |
| download | qmk_firmware-a0e733391532490a216da044efb40451f67774f2.tar.gz qmk_firmware-a0e733391532490a216da044efb40451f67774f2.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/api_overview.md')
| -rw-r--r-- | docs/api_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api_overview.md b/docs/api_overview.md index 91d317f06..f851a48a4 100644 --- a/docs/api_overview.md +++ b/docs/api_overview.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # QMK API | 1 | # QMK API |
| 2 | 2 | ||
| 3 | The QMK API provides an asynchronous API that Web and GUI tools can use to compile arbitrary keymaps for any keyboard supported by [QMK](http://qmk.fm/). The stock keymap template supports all QMK keycodes that do not require supporting C code. Keyboard maintainers can supply their own custom templates to enable more functionality. | 3 | The QMK API provides an asynchronous API that Web and GUI tools can use to compile arbitrary keymaps for any keyboard supported by [QMK](https://qmk.fm/). The stock keymap template supports all QMK keycodes that do not require supporting C code. Keyboard maintainers can supply their own custom templates to enable more functionality. |
| 4 | 4 | ||
| 5 | ## App Developers | 5 | ## App Developers |
| 6 | 6 | ||
