summaryrefslogtreecommitdiffstats
path: root/docs/fr-fr
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale docs translations (#15737)Joel Challis2022-01-0425-2590/+0
|
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-1/+1
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Purge uGFX. (#14720)Nick Brassel2021-10-071-1/+0
| | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* Remove bin/qmk (#14231)Zach White2021-08-291-19/+0
| | | | | * Remove the bin/qmk script * remove bin/qmk from workflows
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-203-3/+1
|\
| * [Core] [Docs] Remove travis-ci references (#13916)Spaceman2021-08-203-3/+1
| |
* | CLI/Docs: Fix the format commands' name (#13668)Erovia2021-07-231-4/+4
|/ | | | | | | PR #13296 changed the name of the `cformat` and `pyformat` commands to `format-c` and `format-py` respectively. This PR updates the documentation and some parts of the CLI to use the new names. Also add documentation for the new `format-text` subcommand, introduced in the same PR.
* Cleanup junk characters, part 1 (#13282)Ryan2021-06-217-45/+45
|
* [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-3010-27/+27
|
* Normalise include statements in core code (#11153)Ryan2020-12-111-1/+3
| | | | | * Normalise include statements in core code * Missed one
* 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>