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/fr-fr/getting_started_introduction.md | |
parent | d47809575662d3587924c306579f0b7e8c8809f1 (diff) | |
download | qmk_firmware-52c18ef0265a8bb4b521b787f425c906a9180ef9.tar.gz qmk_firmware-52c18ef0265a8bb4b521b787f425c906a9180ef9.zip |
[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/fr-fr/getting_started_introduction.md')
-rw-r--r-- | docs/fr-fr/getting_started_introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr-fr/getting_started_introduction.md b/docs/fr-fr/getting_started_introduction.md index a7f0ff96af..b2711a1671 100644 --- a/docs/fr-fr/getting_started_introduction.md +++ b/docs/fr-fr/getting_started_introduction.md @@ -4,7 +4,7 @@ Le but de cette page est d'expliquer les informations de base qui vous serons nà ## Structure de base de QMK -QMK est un fork du projet [tmk_keyboard](https://github.com/tmk/tmk_keyboard) créé par [Jun Wako](https://github.com/tmk). Le code originel de TMK, avec quelques modifications, se trouve dans le dossier `tmk`. Les additions que QMK amène au projet se trouvent dans le dossier `quantum`. Les projets de clavier se trouvent dans les dossiers `handwired` et `keyboard`. +QMK est un fork du projet [tmk_keyboard](https://github.com/tmk/tmk_keyboard) créé par [Jun Wako](https://github.com/tmk). Le code originel de TMK, avec quelques modifications, se trouve dans le dossier `tmk_core`. Les additions que QMK amène au projet se trouvent dans le dossier `quantum`. Les projets de clavier se trouvent dans les dossiers `handwired` et `keyboard`. ### Structure du Userspace |