aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fr-fr
Commit message (Collapse)AuthorAgeFilesLines
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-254-7/+7
|
* Remove Atmel FLIP from install scripts and documentation (#8822)Ryan2020-04-172-9/+0
|
* spi_master for AVR (#8299)Ryan2020-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Change _delay_ms/us() to wait_ms/us() * Switch to platform-agnostic GPIO macros * Add AVR spi_master and migrate Adafruit BLE code * Set verbose back to false * Add clock divisor, bit order and SPI mode configuration for init * Add start and stop functions * Move configuration of mode, endianness and speed to `spi_start()` * Some breaks here would be good * Default Adafruit BLE clock divisor to 4 (2MHz on the Feather 32U4) * Remove mode and divisor enums * Add some docs * No hr at EOF * Add links in sidebar
* Add explicit id tags to externally linked headersskullY2020-03-051-1/+1
|
* overhaul the newbs guideskullY2020-03-051-1/+1
|
* Rework the newbs guide around the qmk cliskullY2020-03-051-1/+1
|
* [Docs] fix docs (#7642)shela2019-12-212-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | * [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>
* Remove mbed files (#7605)Joel Challis2019-12-111-9/+0
| | | | | | | | * Remove mbed files * Remove mbed files - fix comment * Remove mbed logic blocks
* [Docs] Remove some outdated FAQ items (#7607)fauxpark2019-12-113-141/+1
|
* Use `clock_prescale_set()` from avr-libc (#7540)fauxpark2019-12-111-15/+0
| | | | | | * Use `clock_prescale_set()` from avr-libc * Remove outdated FAQ info
* Add language prefixes to docs sidebar entries and readmes (#7406)fauxpark2019-11-262-83/+83
| | | | | | * Add language prefixes to docs sidebar entries and readmes * Remove prefix where it doesn't belong
* French translation - FAQ section (#6995)Xavier Hahn2019-11-0325-0/+2780
* 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>