summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
AgeCommit message (Collapse)AuthorFilesLines
2019-02-09Address comments in #4832. Move info.json reference to its own file.skullY1-0/+1
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert1-0/+2
* adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection
2018-12-08Add support for PR and Issue templates to QMK_firmware GitHub (#4494)Drashna Jaelre1-0/+1
* 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)Drashna Jaelre1-1/+1
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-15Docs: Supporting a keyboard in the QMK Configurator (#4396)noroadsleft1-0/+1
* 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)yiancar1-0/+1
* 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 coreJack Humbert1-0/+1
2018-10-19Docs: Adding QMK Git Conventions doc; formatting cleanup on Learning ↵noroadsleft1-0/+2
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-11Add documentation for Combo featureDrashna Jaelre1-0/+1
2018-10-05ARM SWD guideyiancar1-0/+1
- Added a detailed (but saddly long) debugging guide. - Modified sidebar and summary to include the links.
2018-08-26Helpful functionsDrashna Jaelre1-0/+1
2018-08-16First pass at reorganizing docsskullY1-40/+28
2018-08-11Dedupe shifted keycodes listingfauxpark1-2/+1
2018-08-01Docs: Format Space Cadet documentation (#3540)fauxpark1-2/+2
* Format Space Cadet documentation * Fix page filenames * Move Caveats section up
2018-07-17Fix sidebard docDrashna Jaelre1-2/+4
2018-07-15Overhaul to keycode related docsDrashna Jaelre1-3/+7
* Adds Audio Keycodes to both the feature page and master list * Re-orders the keycode list, so it's alphabetical (mostly) * Add additional (missing) sections to the keycode list * Add and update links in the keycode page * Add and reorder links in sidebar's keycode section
2018-03-26rename api docs to internalsJack Humbert1-8/+8
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-0/+9
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
2018-03-08Disable the glossary linking to fix #2498 (#2499)skullydazed1-1/+1
2018-03-07Add back docs for hand-swapping feature.Joe Wasson1-0/+1
2018-03-06Add a newbie guide for people completely new to QMK (#2480)skullydazed1-1/+8
2018-03-02More thoroughly document Bootmagic and Command (#2455)skullydazed1-0/+1
2017-12-09Convert all headings to Title Casefauxpark1-7/+7
2017-12-08fix link for grave escape in docsBalz Guenat1-1/+1
2017-12-03Flesh out the grave escape overridesskullY1-0/+1
2017-11-30Fix internal links in docs/ (#2080)Devin J. Pohly1-2/+1
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
2017-11-10Move keycodes to their own sectionskullY1-15/+16
2017-10-31update hand wiring linkJack Humbert1-1/+1
2017-10-30Fixed various feature linksJeremy Cowgar1-5/+7
2017-10-29adds flashing docsJack Humbert1-0/+1
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-23/+27
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-10-21Creates a userspace for keymaps (#1559)Jack Humbert1-0/+1
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
2017-10-11Fix the presentation of the contribution guideskullY1-1/+1
2017-10-11Write a contributing guide. (#1827)skullydazed1-1/+2
2017-10-10Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye1-0/+1
* Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert1-0/+1
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-0/+1
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-18adds audio docs to summaryJack Humbert1-0/+1
2017-08-16Doc updates from going through every fileskullY1-3/+5
2017-08-16break up keymaps and quantum keycodes into files by featureskullY1-11/+20
2017-08-16rework key_functions into feature_common_shortcutsskullY1-1/+6
2017-08-16Overhaul the Getting Started section and add a FAQ sectionskullY1-8/+11
2017-08-08Added initial key lock documentation.Fredric Silberberg1-0/+1
2017-07-27Link to steno docs from summary page.Joe Wasson1-3/+4
2017-07-17Update _summary.mdJack Humbert1-1/+1
2017-07-03Add missing files to _summary.mdskullY1-6/+9
2017-07-03update the summaryskullY1-1/+5
2017-07-03Update a bunch of docsskullY1-1/+2
2017-06-30start glossaryJack Humbert1-0/+1
2017-06-30add file to summaryJack Humbert1-0/+1