aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fr-fr/_summary.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rework the newbs guide around the qmk cliskullY2020-03-051-1/+1
|
* Add language prefixes to docs sidebar entries and readmes (#7406)fauxpark2019-11-261-81/+81
| | | | | | * Add language prefixes to docs sidebar entries and readmes * Remove prefix where it doesn't belong
* French translation - FAQ section (#6995)Xavier Hahn2019-11-031-0/+125
* 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>