diff options
| author | Xavier Hahn <xavier.hahn@gmail.com> | 2019-11-03 17:02:44 +0100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-03 08:02:44 -0800 |
| commit | bed98091aa4e2b555e092760d49856e38f2c9657 (patch) | |
| tree | a576d9f069b042cc1cf04efe4dfc74b953aa9873 /docs/fr-fr/README.md | |
| parent | 1249da4e8eab0be8618a5ea6a718eb757684f244 (diff) | |
| download | qmk_firmware-bed98091aa4e2b555e092760d49856e38f2c9657.tar.gz qmk_firmware-bed98091aa4e2b555e092760d49856e38f2c9657.zip | |
French translation - FAQ section (#6995)
* Translated faq.md and added all other files (copy from English)
* Translated driver_installation_zadig.md in French
* Translated faq_build.md in French
* Translated faq_debug in French
* Translateed faq_general.md in French
* Translated first part of faq_keymap.md
* Renamed docs/fr-FR folder to docs/fr-fr
* Finished translation of faq_keymap.md
* Update faq_build.md
* Review (#3)
* Review
* Update docs/fr-fr/faq_keymap.md
* Update docs/fr-fr/faq_debug.md
* Fix some PR comments
Co-Authored-By: Noan Mousy <4sstylz@protonmail.ch>
Co-Authored-By: Wermeille Bastien <bastien.wermeille@gmail.com>
Diffstat (limited to 'docs/fr-fr/README.md')
| -rw-r--r-- | docs/fr-fr/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/fr-fr/README.md b/docs/fr-fr/README.md new file mode 100644 index 000000000..d3591554b --- /dev/null +++ b/docs/fr-fr/README.md | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | # Quantum Mechanical Keyboard Firmware | ||
| 2 | |||
| 3 | [](https://github.com/qmk/qmk_firmware/tags) | ||
| 4 | [](https://travis-ci.org/qmk/qmk_firmware) | ||
| 5 | [](https://discord.gg/Uq7gcHh) | ||
| 6 | [](https://docs.qmk.fm) | ||
| 7 | [](https://github.com/qmk/qmk_firmware/pulse/monthly) | ||
| 8 | [](https://github.com/qmk/qmk_firmware/) | ||
| 9 | |||
| 10 | ## Qu'est-ce que QMK Firmware ? | ||
| 11 | |||
| 12 | QMK (*Quantum Mechanical Keyboard*) est une communauté open source qui maintient le firmware QMK, la QMK Toolbox (*Boite à outil*), qmk.fm et leurs documentations. QMK Firmware est un firmware dédié aux claviers qui est basé sur [tmk\_keyboard](http://github.com/tmk/tmk_keyboard). Il offre des fonctionnalités très utiles pour les contrôleurs Atmel AVR, et, plus spécifiquement pour [les produits d'OLKB](http://olkb.com), le clavier [ErgoDox EZ](http://www.ergodox-ez.com), et pour les [produits Clueboard](http://clueboard.co/). Il prend désormais aussi en charge les processeurs ARM qui utilisent ChibiOS. Vous pouvez l'utiliser pour contrôler un clavier personnalisé soudé à la main ou alors sur un clavier avec un PCB personnalisé. | ||
| 13 | |||
| 14 | ## Comment l'obtenir | ||
| 15 | |||
| 16 | Si vous souhaitez contribuer à une disposition de clavier (keymap), ou à des fonctionnalités de QMK alors le plus simple est de [forker le dépôt avec Github](https://github.com/qmk/qmk_firmware#fork-destination-box) puis cloner le dépôt localement pour y faire des changements. Vous pourrez pousser vos changements sur github puis ouvrir un [Pull Request](https://github.com/qmk/qmk_firmware/pulls) depuis votre fork Github. | ||
| 17 | |||
| 18 | Sinon, vous pouvez aussi le télécharger directement en ([zip](https://github.com/qmk/qmk_firmware/zipball/master), [tar](https://github.com/qmk/qmk_firmware/tarball/master)), ou le cloner avec git en ssh (`git@github.com:qmk/qmk_firmware.git`), ou https (`https://github.com/qmk/qmk_firmware.git`). | ||
| 19 | |||
| 20 | ## Comment le compiler | ||
| 21 | |||
| 22 | Avant d'être prêt à compiler vous allez devoir [installer un environnement](getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type : | ||
| 23 | |||
| 24 | make planck/rev4:default | ||
| 25 | |||
| 26 | Cette commande compilera la révision `rev4` du clavier `planck` avec la disposition `default`. Notez que tous les claviers n'ont pas forcément de révisions (aussi appelées sous-projects ou dossiers, ou en anglais « subprojects » ou « folder »). Cette option peut donc être omise : | ||
| 27 | |||
| 28 | make preonic:default | ||
| 29 | |||
| 30 | ## Comment le personnaliser | ||
| 31 | |||
| 32 | QMK a beaucoup de [fonctionnalités](features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](keymap.md) (keymaps) et de changer [les codes de caractères](keycodes.md) (keycodes). | ||
