aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_sidebar.md
AgeCommit message (Collapse)Author
2018-12-07Add support for PR and Issue templates to QMK_firmware GitHub (#4494)Gravatar Drashna Jaelre
* Add support document * Add Bug Report * Add GitHub Pull Request Template * Feature request issue template * Touch up feature request template * Add 'other issues' template * move support doc * Minor tweaks * More minor tweaks * Spleeling fix Co-Authored-By: drashna <drashna@live.com> * CapiTALization fIXes Co-Authored-By: drashna <drashna@live.com> * Use new issue URL Co-Authored-By: drashna <drashna@live.com> * Add blanck issue template * Update the PR template * Formatting and additional changes * Update docs/support.md Co-Authored-By: drashna <drashna@live.com>
2018-12-05Re-order feature list in sidebar (#4555)Gravatar Drashna Jaelre
Specifically, moved the shifted keycodes to the top of the 'Feature' list, so it's more visible. This way, all of the keycodes are at the top of the list, rather than having the shifted keys at the bottom, so they should be easier to find since they're all in one place.
2018-11-14Docs: Supporting a keyboard in the QMK Configurator (#4396)Gravatar noroadsleft
* Docs: Configurator Support * Minor updates * Updated keyboard.h example to use #pragma once per @drashna https://github.com/qmk/qmk_firmware/pull/4396#discussion_r232140934 * Add link to doc under Reference section Added to _sidebar.md and _summary.md * Changed doc title; minor tweaks Re-titled the doc as "Supporting Your Keyboard in QMK Configurator". Made some minor changes to the keyboard.h examples. * Added tags object to JSON example
2018-11-10I2C driver docs (#4298)Gravatar yiancar
* I2C driver docs - Added I2C driver docs. - Changed arm master i2c driver to have a weak i2c_init as it is impossible to account for all possible port configuration in the STM32 world. * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * Update docs/i2c_driver.md Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy> * GPIO release fix
2018-10-26add support for encoders to coreGravatar Jack Humbert
2018-10-18Docs: Adding QMK Git Conventions doc; formatting cleanup on Learning ↵Gravatar noroadsleft
Resources doc (#3902) * Docs: newbs_learn_more_resources.md: formatting * Added QMK Git Conventions doc, initial version * Renamed contributing_qmk.md to newbs_best_practices.md * Updated per review by @drashna * Added navigation links * Updated to Best Practices doc * Minor updates to Learn More Resources doc Markdown formatting consistency because I'm particular about it. * Added Merge Conflict section to Best Practices doc
2018-10-10Add documentation for Combo featureGravatar Drashna Jaelre
2018-10-10Cleanup learning newb linksGravatar Drashna Jaelre
2018-10-05ARM SWD guideGravatar yiancar
- Added a detailed (but saddly long) debugging guide. - Modified sidebar and summary to include the links.
2018-08-26Helpful functionsGravatar Drashna Jaelre
2018-08-16First pass at reorganizing docsGravatar skullY
2018-08-11Dedupe shifted keycodes listingGravatar fauxpark
2018-08-01Docs: Format Space Cadet documentation (#3540)Gravatar fauxpark
* Format Space Cadet documentation * Fix page filenames * Move Caveats section up
2018-07-16Fix sidebard docGravatar Drashna Jaelre
2018-05-15Make sure new features (RGB Matrix) are actually listedGravatar Drashna Jaelre
2018-05-07Some more tweaks to make everything look niceGravatar skullY
2018-05-07Use docsfy to replace gitbookGravatar skullY