diff options
author | shela <shelaf@users.noreply.github.com> | 2019-12-21 20:00:22 +0900 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-12-21 11:00:22 +0000 |
commit | 52c18ef0265a8bb4b521b787f425c906a9180ef9 (patch) | |
tree | acfcdf5b4866d96100a0822e5b729f870e72349b /docs/zh-cn/getting_started_introduction.md | |
parent | d47809575662d3587924c306579f0b7e8c8809f1 (diff) | |
download | qmk_firmware-52c18ef0265a8bb4b521b787f425c906a9180ef9.tar.gz |
[Docs] fix docs (#7642)
* [Docs] recurse-submodules option is need now
* [Docs] `tmk_core` folder is correct
* [Docs] fix typo
* [Docs] package scope has changed
* [Docs] Fix menu differences
* Update docs/arm_debugging.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update docs/arm_debugging.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* fix typo
Co-authored-by: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs/zh-cn/getting_started_introduction.md')
-rw-r--r-- | docs/zh-cn/getting_started_introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-cn/getting_started_introduction.md b/docs/zh-cn/getting_started_introduction.md index dcd0b72a5..b977b6339 100644 --- a/docs/zh-cn/getting_started_introduction.md +++ b/docs/zh-cn/getting_started_introduction.md @@ -4,7 +4,7 @@ ## 基本QMK结构 -QMK是[Jun Wako](https://github.com/tmk)的[tmk_keyboard](https://github.com/tmk/tmk_keyboard)工程的一个分叉。经过更改的TMK原始代码放在`tmk` 文件夹中。 QMK增加的新东西可以在 `quantum` 文件夹中找到。 键盘项目可以在 `handwired`(手动飞线) 和 `keyboard`(PCB键盘)这两个文件夹找到。 +QMK是[Jun Wako](https://github.com/tmk)的[tmk_keyboard](https://github.com/tmk/tmk_keyboard)工程的一个分叉。经过更改的TMK原始代码放在`tmk_core` 文件夹中。 QMK增加的新东西可以在 `quantum` 文件夹中找到。 键盘项目可以在 `handwired`(手动飞线) 和 `keyboard`(PCB键盘)这两个文件夹找到。 ### 用户空间结构 |