summaryrefslogtreecommitdiff
path: root/docs/fr-FR/_summary.md
blob: 16ae82d06322a7ea1c24ef108d83703d88c24f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
**En Français**

* [Guide pour débutant complet](fr-FR/newbs.md)
  * [Pour débuter](fr-FR/newbs_getting_started.md)
  * [Compiler son premier firmware](fr-FR/newbs_building_firmware.md)
  * [Flasher le Firmware](fr-FR/newbs_flashing.md)
  * [Test et Débuggage](fr-FR/newbs_testing_debugging.md)
  * [Bonnes pratiques Git](fr-FR/newbs_best_practices.md)
  * [Ressources d'apprentissage](fr-FR/newbs_learn_more_resources.md)

* [Les bases de QMK](fr-FR/README.md)
  * [Indroduction à QMK](fr-FR/getting_started_introduction.md)
  * [QMK CLI](fr-FR/cli.md)
  * [Configuration de la CLI QMK](fr-FR/cli_configuration.md)
  * [Contribuer à QMK](fr-FR/contributing.md)
  * [Comment utiliser GitHub](fr-FR/getting_started_github.md)
  * [Trouver de l'aide](fr-FR/getting_started_getting_help.md)

* [Breaking changes](fr-FR/breaking_changes.md)
  * [30 août 2019](fr-FR/ChangeLog/20190830.md)

**En Anglais**

* [FAQ](faq.md)
  * [FAQ Générale](faq_general.md)
  * [Compiler QMK](faq_build.md)
  * [Débugguer / Dépanner QMK](faq_debug.md)
  * [Keymap / Disposition](faq_keymap.md)
  * [Installer les drivers avec Zadig](driver_installation_zadig.md)

* Guides détaillés
  * [Installation des outils de compilation](getting_started_build_tools.md)
  * [Guide Vagrant](getting_started_vagrant.md)
  * [Commandes de compilations](getting_started_make_guide.md)
  * [Flasher les firmwares](fr-fr/flashing.md)
  * [Personnaliser les fonctionnalités](custom_quantum_functions.md)
  * [Aperçu des fonctionnalités des dispositions](keymap.md)

* [Hardware](hardware.md)
  * [Processeurs AVR](hardware_avr.md)
  * [Pilotes / Drivers](hardware_drivers.md)

* Réferences
  * [Lignes de conduite des claviers](hardware_keyboard_guidelines.md)
  * [Options de configurations](config_options.md)
  * [Keycodes / Codes des caractères](keycodes.md)
  * [Conventions de codage - C](coding_conventions_c.md)
  * [Conventions de codage - Python](coding_conventions_python.md)
  * [Meilleurs pratiques sur la documentation](documentation_best_practices.md)
  * [Modèles de documentation](documentation_templates.md)
  * [Glossaire](reference_glossary.md)
  * [Tests unitaires](unit_testing.md)
  * [Fonctions utiles](ref_functions.md)
  * [Support de configuration](reference_configurator_support.md)
  * [Format du fichier info.json](reference_info_json.md)
  * [Développer la CLI en Python](cli_development.md)

* [Fonctionnalités](features.md)
  * [Keycodes basiques](keycodes_basic.md)
  * [Touches utilisées avec Shift (US ANSI)](keycodes_us_ansi_shifted.md)
  * [Keycodes quantiques](quantum_keycodes.md)
  * [Keycodes avancés](feature_advanced_keycodes.md)
  * [Fonctionnalités audio](feature_audio.md)
  * [Majuscule automatique](feature_auto_shift.md)
  * [Rétroéclairage](feature_backlight.md)
  * [Bluetooth](feature_bluetooth.md)
  * [Bootmagic](feature_bootmagic.md)
  * [Combos](feature_combo.md)
  * [Commande](feature_command.md)
  * [API anti-rebond](feature_debounce_type.md)
  * [DIP Switch](feature_dip_switch.md)
  * [Macros dynamiques](feature_dynamic_macros.md)
  * [Interrupteurs rotatifs](feature_encoders.md)
  * [Grave Escape](feature_grave_esc.md)
  * [Retour haptique](feature_haptic_feedback.md)
  * [Contrôleur LCD HD44780](feature_hd44780.md)
  * [Touche à verrou / Lock-key](feature_key_lock.md)
  * [Dispositions / layouts](feature_layouts.md)
  * [Touche leader](feature_leader_key.md)
  * [Matrice LED](feature_led_matrix.md)
  * [Macros](feature_macros.md)
  * [Boutons de souris](feature_mouse_keys.md)
  * [Pilotes / Drivers OLED](feature_oled_driver.md)
  * [Touche one-shot](feature_advanced_keycodes.md#one-shot-keys)
  * [Périphériques de pointage](feature_pointing_device.md)
  * [Souris PS/2](feature_ps2_mouse.md)
  * [Éclairage RGB](feature_rgblight.md)
  * [Matrice RGB](feature_rgb_matrix.md)
  * [Space Cadet](feature_space_cadet.md)
  * [Claviers scindés / splittés](feature_split_keyboard.md)
  * [Stenographie](feature_stenography.md)
  * [Inversion des mains](feature_swap_hands.md)
  * [Tap Dance](feature_tap_dance.md)
  * [Terminale](feature_terminal.md)
  * [Imprimante thermique](feature_thermal_printer.md)
  * [Caractères unicodes](feature_unicode.md)
  * [Dossier utilisateur](feature_userspace.md)
  * [Velocikey](feature_velocikey.md)

* Pour les makers et les bricoleurs
  * [Guide des claviers soudés à la main](hand_wire.md)
  * [Guide de flash de l’ISP](isp_flashing_guide.md)
  * [Guide du débogage ARM](arm_debugging.md)
  * [Drivers i2c](i2c_driver.md)
  * [Contrôles des GPIO](internals_gpio_control.md)
  * [Conversion en Proton C](proton_c_conversion.md)

* Pour aller plus loin
  * [Comment fonctionnent les claviers](how_keyboards_work.md)
  * [Comprendre QMK](understanding_qmk.md)

* Autres sujets
  * [Utiliser Eclipse avec QMK](other_eclipse.md)
  * [Utiliser VSCode avec QMK](other_vscode.md)
  * [Support](support.md)
  * [Comment ajouter des traductions](translating.md)

* À l’intérieur de QMK (En cours de documentation)
  * [Définitions](internals_defines.md)
  * [Input Callback Reg](internals_input_callback_reg.md)
  * [Appareils Midi](internals_midi_device.md)
  * [Installation d’un appareil Midi](internals_midi_device_setup_process.md)
  * [Utilitaires Midi](internals_midi_util.md)
  * [Fonctions Midi](internals_send_functions.md)
  * [Outils Sysex](internals_sysex_tools.md)