summaryrefslogtreecommitdiff
path: root/docs/_sidebar.json
blob: 5935865a7ade52b8672502601d8774364800ef9c (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
[
    {
        "text": "Tutorial",
        "items": [
            { "text": "Introduction", "link": "/newbs" },
            { "text": "Setup", "link": "/newbs_getting_started" },
            { "text": "Building Your First Firmware", "link": "/newbs_building_firmware" },
            { "text": "Flashing Firmware", "link": "/newbs_flashing" },
            { "text": "Getting Help/Support", "link": "/support" },
            { "text": "External Userspace", "link": "/newbs_external_userspace" },
            { "text": "Other Resources", "link": "/newbs_learn_more_resources" },
            { "text": "Syllabus", "link": "/syllabus" }
        ]
    },
    {
        "text": "FAQs",
        "items": [
            { "text": "General FAQ", "link": "/faq_general" },
            { "text": "Build/Compile QMK", "link": "/faq_build" },
            { "text": "Troubleshooting QMK", "link": "/faq_misc" },
            { "text": "Debugging QMK", "link": "/faq_debug" },
            { "text": "Keymap FAQ", "link": "/faq_keymap" },
            { "text": "Squeezing Space from AVR", "link": "/squeezing_avr" },
            { "text": "Glossary", "link": "/reference_glossary" }
        ]
    },
    {
        "text": "Configurator",
        "items": [
            { "text": "Overview", "link": "/newbs_building_firmware_configurator" },
            { "text": "Step by Step", "link": "/configurator_step_by_step" },
            { "text": "Troubleshooting", "link": "/configurator_troubleshooting" },
            { "text": "Architecture", "link": "/configurator_architecture" },
            {
                "text": "QMK API",
                "items": [
                    { "text": "Overview", "link": "/api_overview" },
                    { "text": "API Documentation", "link": "/api_docs" },
                    { "text": "Keyboard Support", "link": "/reference_configurator_support" },
                    { "text": "Adding Default Keymaps", "link": "/configurator_default_keymaps" }
                ]
            }
        ]
    },
    {
        "text": "CLI",
        "items": [
            { "text": "Overview", "link": "/cli" },
            { "text": "Configuration", "link": "/cli_configuration" },
            { "text": "Commands", "link": "/cli_commands" },
            { "text": "Tab Completion", "link": "/cli_tab_complete" }
        ]
    },
    {
        "text": "Using QMK",
        "items": [
            {
                "text": "Guides",
                "items": [
                    { "text": "Customizing Functionality", "link": "/custom_quantum_functions" },
                    { "text": "Driver Installation with Zadig", "link": "/driver_installation_zadig" },
                    { "text": "Keymap Overview", "link": "/keymap" },
                    {
                        "text": "Development Environments",
                        "items": [{ "text": "Docker Guide", "link": "/getting_started_docker" }]
                    },
                    { "text": "Flashing", "link": "/flashing" },
                    {
                        "text": "IDEs",
                        "items": [
                            { "text": "Using Eclipse with QMK", "link": "/other_eclipse" },
                            { "text": "Using VSCode with QMK", "link": "/other_vscode" }
                        ]
                    },
                    {
                        "text": "Git Best Practices",
                        "items": [
                            { "text": "Introduction", "link": "/newbs_git_best_practices" },
                            { "text": "Your Fork", "link": "/newbs_git_using_your_master_branch" },
                            { "text": "Merge Conflicts", "link": "/newbs_git_resolving_merge_conflicts" },
                            { "text": "Fixing Your Branch", "link": "/newbs_git_resynchronize_a_branch" }
                        ]
                    }
                ]
            },
            {
                "text": "Simple Keycodes",
                "items": [
                    { "text": "Full List", "link": "/keycodes" },
                    { "text": "Basic Keycodes", "link": "/keycodes_basic" },
                    { "text": "Language-Specific Keycodes", "link": "/reference_keymap_extras" },
                    { "text": "Modifier Keys", "link": "/feature_advanced_keycodes" },
                    { "text": "Quantum Keycodes", "link": "/quantum_keycodes" },
                    { "text": "Magic Keycodes", "link": "/keycodes_magic" }
                ]
            },
            {
                "text": "Advanced Keycodes",
                "items": [
                    { "text": "Command", "link": "/features/command" },
                    { "text": "Dynamic Macros", "link": "/features/dynamic_macros" },
                    { "text": "Grave Escape", "link": "/features/grave_esc" },
                    { "text": "Leader Key", "link": "/features/leader_key" },
                    { "text": "Mod-Tap", "link": "/mod_tap" },
                    { "text": "Macros", "link": "/feature_macros" },
                    { "text": "Mouse Keys", "link": "/features/mouse_keys" },
                    { "text": "Programmable Button", "link": "/features/programmable_button" },
                    { "text": "Repeat Key", "link": "/features/repeat_key" },
                    { "text": "Space Cadet Shift", "link": "/features/space_cadet" },
                    { "text": "US ANSI Shifted Keys", "link": "/keycodes_us_ansi_shifted" }
                ]
            },
            {
                "text": "Software Features",
                "items": [
                    { "text": "Auto Shift", "link": "/features/auto_shift" },
                    { "text": "Autocorrect", "link": "/features/autocorrect" },
                    { "text": "Caps Word", "link": "/features/caps_word" },
                    { "text": "Combos", "link": "/features/combo" },
                    { "text": "Debounce API", "link": "/feature_debounce_type" },
                    { "text": "Digitizer", "link": "/features/digitizer" },
                    { "text": "EEPROM", "link": "/feature_eeprom" },
                    { "text": "Key Lock", "link": "/features/key_lock" },
                    { "text": "Key Overrides", "link": "/features/key_overrides" },
                    { "text": "Layers", "link": "/feature_layers" },
                    { "text": "One Shot Keys", "link": "/one_shot_keys" },
                    { "text": "OS Detection", "link": "/features/os_detection" },
                    { "text": "Raw HID", "link": "/features/rawhid" },
                    { "text": "Secure", "link": "/features/secure" },
                    { "text": "Send String", "link": "/features/send_string" },
                    { "text": "Sequencer", "link": "/features/sequencer" },
                    { "text": "Swap Hands", "link": "/features/swap_hands" },
                    { "text": "Tap Dance", "link": "/features/tap_dance" },
                    { "text": "Tap-Hold Configuration", "link": "/tap_hold" },
                    { "text": "Tri Layer", "link": "/features/tri_layer" },
                    { "text": "Unicode", "link": "/features/unicode" },
                    { "text": "Userspace", "link": "/feature_userspace" },
                    { "text": "WPM Calculation", "link": "/features/wpm" }
                ]
            },
            {
                "text": "Hardware Features",
                "items": [
                    {
                        "text": "Displays",
                        "items": [
                            {
                                "text": "Quantum Painter",
                                "link": "quantum_painter",
                                "items": [
                                    { "text": "Quantum Painter LVGL Integration", "link": "/quantum_painter_lvgl" }
                                ]
                            },
                            { "text": "HD44780 LCD Driver", "link": "/features/hd44780" },
                            { "text": "ST7565 LCD Driver", "link": "/features/st7565" },
                            { "text": "OLED Driver", "link": "/features/oled_driver" }
                        ]
                    },
                    {
                        "text": "Lighting",
                        "items": [
                            { "text": "Backlight", "link": "/features/backlight" },
                            { "text": "LED Matrix", "link": "/features/led_matrix" },
                            { "text": "RGB Lighting", "link": "/features/rgblight" },
                            { "text": "RGB Matrix", "link": "/features/rgb_matrix" }
                        ]
                    },
                    { "text": "Audio", "link": "/features/audio" },
                    { "text": "Bluetooth", "link": "/features/bluetooth" },
                    { "text": "Bootmagic Lite", "link": "/features/bootmagic" },
                    { "text": "Converters", "link": "/feature_converters" },
                    { "text": "Custom Matrix", "link": "/custom_matrix" },
                    { "text": "DIP Switch", "link": "/features/dip_switch" },
                    { "text": "Encoders", "link": "/features/encoders" },
                    { "text": "Haptic Feedback", "link": "/features/haptic_feedback" },
                    { "text": "Joystick", "link": "/features/joystick" },
                    { "text": "LED Indicators", "link": "/features/led_indicators" },
                    { "text": "MIDI", "link": "/features/midi" },
                    { "text": "Pointing Device", "link": "/features/pointing_device" },
                    { "text": "PS/2 Mouse", "link": "/features/ps2_mouse" },
                    { "text": "Split Keyboard", "link": "/features/split_keyboard" },
                    { "text": "Stenography", "link": "/features/stenography" }
                ]
            },
            {
                "text": "Keyboard Building",
                "items": [
                    { "text": "Easy Maker for One Offs", "link": "/easy_maker" },
                    { "text": "Porting Keyboards", "link": "/porting_your_keyboard_to_qmk" },
                    { "text": "Hand Wiring Guide", "link": "/hand_wire" },
                    { "text": "ISP Flashing Guide", "link": "/isp_flashing_guide" }
                ]
            }
        ]
    },
    {
        "text": "Developing QMK",
        "items": [
            { "text": "PR Checklist", "link": "/pr_checklist" },
            {
                "text": "Breaking Changes",
                "items": [
                    { "text": "Overview", "link": "/breaking_changes" },
                    { "text": "My Pull Request Was Flagged", "link": "/breaking_changes_instructions" },
                    {
                        "text": "Most Recent ChangeLog",
                        "link": "/ChangeLog/20240526"
                    },
                    { "text": "Past Breaking Changes", "link": "/breaking_changes_history" },
                    { "text": "Deprecation Policy", "link": "/support_deprecation_policy" }
                ]
            },

            {
                "text": "C Development",
                "items": [
                    { "text": "ARM Debugging Guide", "link": "/arm_debugging" },
                    { "text": "Coding Conventions", "link": "/coding_conventions_c" },
                    { "text": "Compatible Microcontrollers", "link": "/compatible_microcontrollers" },
                    {
                        "text": "Drivers",
                        "link": "hardware_drivers",
                        "items": [
                            { "text": "ADC Driver", "link": "/drivers/adc" },
                            { "text": "APA102 Driver", "link": "/drivers/apa102" },
                            { "text": "Audio Driver", "link": "/drivers/audio" },
                            { "text": "EEPROM Driver", "link": "/drivers/eeprom" },
                            { "text": "Flash Driver", "link": "/drivers/flash" },
                            { "text": "I2C Driver", "link": "/drivers/i2c" },
                            { "text": "'serial' Driver", "link": "/drivers/serial" },
                            { "text": "SPI Driver", "link": "/drivers/spi" },
                            { "text": "UART Driver", "link": "/drivers/uart" },
                            { "text": "WS2812 Driver", "link": "/drivers/ws2812" }
                        ]
                    },
                    { "text": "GPIO Controls", "link": "/drivers/gpio" },
                    { "text": "Keyboard Guidelines", "link": "/hardware_keyboard_guidelines" }
                ]
            },

            {
                "text": "Python Development",
                "items": [
                    { "text": "Coding Conventions", "link": "/coding_conventions_python" },
                    { "text": "QMK CLI Development", "link": "/cli_development" }
                ]
            },

            {
                "text": "Configurator Development",
                "items": [
                    {
                        "text": "QMK API",
                        "items": [
                            { "text": "Development Environment", "link": "/api_development_environment" },
                            { "text": "Architecture Overview", "link": "/api_development_overview" }
                        ]
                    }
                ]
            },

            {
                "text": "Hardware Platform Development",
                "items": [
                    {
                        "text": "Arm/ChibiOS",
                        "items": [
                            { "text": "Selecting an MCU", "link": "/platformdev_selecting_arm_mcu" },
                            { "text": "Early initialization", "link": "/platformdev_chibios_earlyinit" },
                            { "text": "Raspberry Pi RP2040", "link": "/platformdev_rp2040" },
                            { "text": "Proton C", "link": "/platformdev_proton_c" },
                            { "text": "WeAct Blackpill F4x1", "link": "/platformdev_blackpill_f4x1" }
                        ]
                    }
                ]
            },

            {
                "text": "QMK Reference",
                "items": [
                    { "text": "Contributing to QMK", "link": "/contributing" },
                    { "text": "Config Options", "link": "/config_options" },
                    { "text": "Data Driven Configuration", "link": "/data_driven_config" },
                    { "text": "Make Documentation", "link": "/getting_started_make_guide" },
                    { "text": "Documentation Best Practices", "link": "/documentation_best_practices" },
                    { "text": "Documentation Templates", "link": "/documentation_templates" },
                    { "text": "Community Layouts", "link": "/feature_layouts" },
                    { "text": "Unit Testing", "link": "/unit_testing" },
                    { "text": "Useful Functions", "link": "/ref_functions" },
                    { "text": "info.json Format", "link": "/reference_info_json" }
                ]
            },

            {
                "text": "For a Deeper Understanding",
                "items": [
                    { "text": "How Keyboards Work", "link": "/how_keyboards_work" },
                    { "text": "How a Matrix Works", "link": "/how_a_matrix_works" },
                    { "text": "Understanding QMK", "link": "/understanding_qmk" }
                ]
            }
        ]
    }
]