_sidebar.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. [
  2. {
  3. "text": "Tutorial",
  4. "items": [
  5. { "text": "Introduction", "link": "/newbs" },
  6. { "text": "Setup", "link": "/newbs_getting_started" },
  7. { "text": "Building Your First Firmware", "link": "/newbs_building_firmware" },
  8. { "text": "Flashing Firmware", "link": "/newbs_flashing" },
  9. { "text": "Getting Help/Support", "link": "/support" },
  10. { "text": "External Userspace", "link": "/newbs_external_userspace" },
  11. { "text": "Other Resources", "link": "/newbs_learn_more_resources" },
  12. { "text": "Syllabus", "link": "/syllabus" }
  13. ]
  14. },
  15. {
  16. "text": "FAQs",
  17. "items": [
  18. { "text": "General FAQ", "link": "/faq_general" },
  19. { "text": "Build/Compile QMK", "link": "/faq_build" },
  20. { "text": "Troubleshooting QMK", "link": "/faq_misc" },
  21. { "text": "Debugging QMK", "link": "/faq_debug" },
  22. { "text": "Keymap FAQ", "link": "/faq_keymap" },
  23. { "text": "Squeezing Space from AVR", "link": "/squeezing_avr" },
  24. { "text": "Glossary", "link": "/reference_glossary" }
  25. ]
  26. },
  27. {
  28. "text": "Configurator",
  29. "items": [
  30. { "text": "Overview", "link": "/newbs_building_firmware_configurator" },
  31. { "text": "Step by Step", "link": "/configurator_step_by_step" },
  32. { "text": "Troubleshooting", "link": "/configurator_troubleshooting" },
  33. { "text": "Architecture", "link": "/configurator_architecture" },
  34. {
  35. "text": "QMK API",
  36. "items": [
  37. { "text": "Overview", "link": "/api_overview" },
  38. { "text": "API Documentation", "link": "/api_docs" },
  39. { "text": "Keyboard Support", "link": "/reference_configurator_support" },
  40. { "text": "Adding Default Keymaps", "link": "/configurator_default_keymaps" }
  41. ]
  42. }
  43. ]
  44. },
  45. {
  46. "text": "CLI",
  47. "items": [
  48. { "text": "Overview", "link": "/cli" },
  49. { "text": "Configuration", "link": "/cli_configuration" },
  50. { "text": "Commands", "link": "/cli_commands" },
  51. { "text": "Tab Completion", "link": "/cli_tab_complete" }
  52. ]
  53. },
  54. {
  55. "text": "Using QMK",
  56. "items": [
  57. {
  58. "text": "Guides",
  59. "items": [
  60. { "text": "Customizing Functionality", "link": "/custom_quantum_functions" },
  61. { "text": "Driver Installation with Zadig", "link": "/driver_installation_zadig" },
  62. { "text": "Keymap Overview", "link": "/keymap" },
  63. {
  64. "text": "Development Environments",
  65. "items": [{ "text": "Docker Guide", "link": "/getting_started_docker" }]
  66. },
  67. { "text": "Flashing", "link": "/flashing" },
  68. {
  69. "text": "IDEs",
  70. "items": [
  71. { "text": "Using Eclipse with QMK", "link": "/other_eclipse" },
  72. { "text": "Using VSCode with QMK", "link": "/other_vscode" }
  73. ]
  74. },
  75. {
  76. "text": "Git Best Practices",
  77. "items": [
  78. { "text": "Introduction", "link": "/newbs_git_best_practices" },
  79. { "text": "Your Fork", "link": "/newbs_git_using_your_master_branch" },
  80. { "text": "Merge Conflicts", "link": "/newbs_git_resolving_merge_conflicts" },
  81. { "text": "Fixing Your Branch", "link": "/newbs_git_resynchronize_a_branch" }
  82. ]
  83. }
  84. ]
  85. },
  86. {
  87. "text": "Simple Keycodes",
  88. "items": [
  89. { "text": "Full List", "link": "/keycodes" },
  90. { "text": "Basic Keycodes", "link": "/keycodes_basic" },
  91. { "text": "Language-Specific Keycodes", "link": "/reference_keymap_extras" },
  92. { "text": "Modifier Keys", "link": "/feature_advanced_keycodes" },
  93. { "text": "Quantum Keycodes", "link": "/quantum_keycodes" },
  94. { "text": "Magic Keycodes", "link": "/keycodes_magic" }
  95. ]
  96. },
  97. {
  98. "text": "Advanced Keycodes",
  99. "items": [
  100. { "text": "Command", "link": "/features/command" },
  101. { "text": "Dynamic Macros", "link": "/features/dynamic_macros" },
  102. { "text": "Grave Escape", "link": "/features/grave_esc" },
  103. { "text": "Leader Key", "link": "/features/leader_key" },
  104. { "text": "Mod-Tap", "link": "/mod_tap" },
  105. { "text": "Macros", "link": "/feature_macros" },
  106. { "text": "Mouse Keys", "link": "/features/mouse_keys" },
  107. { "text": "Programmable Button", "link": "/features/programmable_button" },
  108. { "text": "Repeat Key", "link": "/features/repeat_key" },
  109. { "text": "Space Cadet Shift", "link": "/features/space_cadet" },
  110. { "text": "US ANSI Shifted Keys", "link": "/keycodes_us_ansi_shifted" }
  111. ]
  112. },
  113. {
  114. "text": "Software Features",
  115. "items": [
  116. { "text": "Auto Shift", "link": "/features/auto_shift" },
  117. { "text": "Autocorrect", "link": "/features/autocorrect" },
  118. { "text": "Caps Word", "link": "/features/caps_word" },
  119. { "text": "Combos", "link": "/features/combo" },
  120. { "text": "Debounce API", "link": "/feature_debounce_type" },
  121. { "text": "Digitizer", "link": "/features/digitizer" },
  122. { "text": "EEPROM", "link": "/feature_eeprom" },
  123. { "text": "Key Lock", "link": "/features/key_lock" },
  124. { "text": "Key Overrides", "link": "/features/key_overrides" },
  125. { "text": "Layers", "link": "/feature_layers" },
  126. { "text": "Layer Lock", "link": "/features/layer_lock" },
  127. { "text": "One Shot Keys", "link": "/one_shot_keys" },
  128. { "text": "OS Detection", "link": "/features/os_detection" },
  129. { "text": "Raw HID", "link": "/features/rawhid" },
  130. { "text": "Secure", "link": "/features/secure" },
  131. { "text": "Send String", "link": "/features/send_string" },
  132. { "text": "Sequencer", "link": "/features/sequencer" },
  133. { "text": "Swap Hands", "link": "/features/swap_hands" },
  134. { "text": "Tap Dance", "link": "/features/tap_dance" },
  135. { "text": "Tap-Hold Configuration", "link": "/tap_hold" },
  136. { "text": "Tri Layer", "link": "/features/tri_layer" },
  137. { "text": "Unicode", "link": "/features/unicode" },
  138. { "text": "Userspace", "link": "/feature_userspace" },
  139. { "text": "WPM Calculation", "link": "/features/wpm" }
  140. ]
  141. },
  142. {
  143. "text": "Hardware Features",
  144. "items": [
  145. {
  146. "text": "Displays",
  147. "items": [
  148. {
  149. "text": "Quantum Painter",
  150. "link": "quantum_painter",
  151. "items": [
  152. { "text": "Quantum Painter LVGL Integration", "link": "/quantum_painter_lvgl" }
  153. ]
  154. },
  155. { "text": "HD44780 LCD Driver", "link": "/features/hd44780" },
  156. { "text": "ST7565 LCD Driver", "link": "/features/st7565" },
  157. { "text": "OLED Driver", "link": "/features/oled_driver" }
  158. ]
  159. },
  160. {
  161. "text": "Lighting",
  162. "items": [
  163. { "text": "Backlight", "link": "/features/backlight" },
  164. { "text": "LED Matrix", "link": "/features/led_matrix" },
  165. { "text": "RGB Lighting", "link": "/features/rgblight" },
  166. { "text": "RGB Matrix", "link": "/features/rgb_matrix" }
  167. ]
  168. },
  169. { "text": "Audio", "link": "/features/audio" },
  170. { "text": "Bootmagic", "link": "/features/bootmagic" },
  171. { "text": "Converters", "link": "/feature_converters" },
  172. { "text": "Custom Matrix", "link": "/custom_matrix" },
  173. { "text": "DIP Switch", "link": "/features/dip_switch" },
  174. { "text": "Encoders", "link": "/features/encoders" },
  175. { "text": "Haptic Feedback", "link": "/features/haptic_feedback" },
  176. { "text": "Joystick", "link": "/features/joystick" },
  177. { "text": "LED Indicators", "link": "/features/led_indicators" },
  178. { "text": "MIDI", "link": "/features/midi" },
  179. { "text": "Pointing Device", "link": "/features/pointing_device" },
  180. { "text": "PS/2 Mouse", "link": "/features/ps2_mouse" },
  181. { "text": "Split Keyboard", "link": "/features/split_keyboard" },
  182. { "text": "Stenography", "link": "/features/stenography" },
  183. { "text": "Wireless", "link": "/features/wireless" }
  184. ]
  185. },
  186. {
  187. "text": "Keyboard Building",
  188. "items": [
  189. { "text": "Easy Maker for One Offs", "link": "/easy_maker" },
  190. { "text": "Porting Keyboards", "link": "/porting_your_keyboard_to_qmk" },
  191. { "text": "Hand Wiring Guide", "link": "/hand_wire" },
  192. { "text": "ISP Flashing Guide", "link": "/isp_flashing_guide" }
  193. ]
  194. }
  195. ]
  196. },
  197. {
  198. "text": "Developing QMK",
  199. "items": [
  200. { "text": "PR Checklist", "link": "/pr_checklist" },
  201. {
  202. "text": "Breaking Changes",
  203. "items": [
  204. { "text": "Overview", "link": "/breaking_changes" },
  205. { "text": "My Pull Request Was Flagged", "link": "/breaking_changes_instructions" },
  206. {
  207. "text": "Most Recent ChangeLog",
  208. "link": "/ChangeLog/20241124"
  209. },
  210. { "text": "Past Breaking Changes", "link": "/breaking_changes_history" },
  211. { "text": "Deprecation Policy", "link": "/support_deprecation_policy" }
  212. ]
  213. },
  214. {
  215. "text": "C Development",
  216. "items": [
  217. { "text": "ARM Debugging Guide", "link": "/arm_debugging" },
  218. { "text": "Coding Conventions", "link": "/coding_conventions_c" },
  219. { "text": "Compatible Microcontrollers", "link": "/compatible_microcontrollers" },
  220. {
  221. "text": "Drivers",
  222. "link": "hardware_drivers",
  223. "items": [
  224. { "text": "ADC Driver", "link": "/drivers/adc" },
  225. { "text": "APA102 Driver", "link": "/drivers/apa102" },
  226. { "text": "Audio Driver", "link": "/drivers/audio" },
  227. { "text": "EEPROM Driver", "link": "/drivers/eeprom" },
  228. { "text": "Flash Driver", "link": "/drivers/flash" },
  229. { "text": "I2C Driver", "link": "/drivers/i2c" },
  230. { "text": "'serial' Driver", "link": "/drivers/serial" },
  231. { "text": "SPI Driver", "link": "/drivers/spi" },
  232. { "text": "UART Driver", "link": "/drivers/uart" },
  233. { "text": "WS2812 Driver", "link": "/drivers/ws2812" }
  234. ]
  235. },
  236. { "text": "GPIO Controls", "link": "/drivers/gpio" },
  237. { "text": "Keyboard Guidelines", "link": "/hardware_keyboard_guidelines" }
  238. ]
  239. },
  240. {
  241. "text": "Python Development",
  242. "items": [
  243. { "text": "Coding Conventions", "link": "/coding_conventions_python" },
  244. { "text": "QMK CLI Development", "link": "/cli_development" }
  245. ]
  246. },
  247. {
  248. "text": "Configurator Development",
  249. "items": [
  250. {
  251. "text": "QMK API",
  252. "items": [
  253. { "text": "Development Environment", "link": "/api_development_environment" },
  254. { "text": "Architecture Overview", "link": "/api_development_overview" }
  255. ]
  256. }
  257. ]
  258. },
  259. {
  260. "text": "Hardware Platform Development",
  261. "items": [
  262. {
  263. "text": "Arm/ChibiOS",
  264. "items": [
  265. { "text": "Selecting an MCU", "link": "/platformdev_selecting_arm_mcu" },
  266. { "text": "Early initialization", "link": "/platformdev_chibios_earlyinit" },
  267. { "text": "Raspberry Pi RP2040", "link": "/platformdev_rp2040" },
  268. { "text": "Proton C", "link": "/platformdev_proton_c" },
  269. { "text": "WeAct Blackpill F4x1", "link": "/platformdev_blackpill_f4x1" }
  270. ]
  271. }
  272. ]
  273. },
  274. {
  275. "text": "QMK Reference",
  276. "items": [
  277. { "text": "Contributing to QMK", "link": "/contributing" },
  278. { "text": "Config Options", "link": "/config_options" },
  279. { "text": "Data Driven Configuration", "link": "/data_driven_config" },
  280. { "text": "Make Documentation", "link": "/getting_started_make_guide" },
  281. { "text": "Documentation Best Practices", "link": "/documentation_best_practices" },
  282. { "text": "Documentation Templates", "link": "/documentation_templates" },
  283. { "text": "Community Layouts", "link": "/feature_layouts" },
  284. { "text": "Unit Testing", "link": "/unit_testing" },
  285. { "text": "Useful Functions", "link": "/ref_functions" },
  286. { "text": "info.json Format", "link": "/reference_info_json" }
  287. ]
  288. },
  289. {
  290. "text": "For a Deeper Understanding",
  291. "items": [
  292. { "text": "How Keyboards Work", "link": "/how_keyboards_work" },
  293. { "text": "How a Matrix Works", "link": "/how_a_matrix_works" },
  294. { "text": "Understanding QMK", "link": "/understanding_qmk" }
  295. ]
  296. }
  297. ]
  298. }
  299. ]