Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename api docs to internals | Jack Humbert | 2018-03-26 | 1 | -8/+8 |
| | |||||
* | Generate API docs from source code comments (#2491) | skullydazed | 2018-03-22 | 1 | -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 | ||||
* | Disable the glossary linking to fix #2498 (#2499) | skullydazed | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Add back docs for hand-swapping feature. | Joe Wasson | 2018-03-07 | 1 | -0/+1 |
| | |||||
* | Add a newbie guide for people completely new to QMK (#2480) | skullydazed | 2018-03-06 | 1 | -1/+8 |
| | |||||
* | More thoroughly document Bootmagic and Command (#2455) | skullydazed | 2018-03-02 | 1 | -0/+1 |
| | |||||
* | Convert all headings to Title Case | fauxpark | 2017-12-09 | 1 | -7/+7 |
| | |||||
* | fix link for grave escape in docs | Balz Guenat | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Flesh out the grave escape overrides | skullY | 2017-12-03 | 1 | -0/+1 |
| | |||||
* | Fix internal links in docs/ (#2080) | Devin J. Pohly | 2017-11-30 | 1 | -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. | ||||
* | Move keycodes to their own section | skullY | 2017-11-10 | 1 | -15/+16 |
| | |||||
* | update hand wiring link | Jack Humbert | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed various feature links | Jeremy Cowgar | 2017-10-29 | 1 | -5/+7 |
| | |||||
* | adds flashing docs | Jack Humbert | 2017-10-29 | 1 | -0/+1 |
| | |||||
* | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | 2017-10-24 | 1 | -23/+27 |
| | | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation | ||||
* | Creates a userspace for keymaps (#1559) | Jack Humbert | 2017-10-21 | 1 | -0/+1 |
| | | | | | | | | | | * create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap | ||||
* | Fix the presentation of the contribution guide | skullY | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | Write a contributing guide. (#1827) | skullydazed | 2017-10-11 | 1 | -1/+2 |
| | |||||
* | Added Dichotemy Keyboard, updated docs for Pointing Device (#1817) | Snipeye | 2017-10-10 | 1 | -0/+1 |
| | | | | | | | | * Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c | ||||
* | Updates send_string functionality, adds terminal feature (#1657) | Jack Humbert | 2017-09-12 | 1 | -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 | ||||
* | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | 2017-08-23 | 1 | -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 | ||||
* | adds audio docs to summary | Jack Humbert | 2017-08-18 | 1 | -0/+1 |
| | |||||
* | Doc updates from going through every file | skullY | 2017-08-16 | 1 | -3/+5 |
| | |||||
* | break up keymaps and quantum keycodes into files by feature | skullY | 2017-08-16 | 1 | -11/+20 |
| | |||||
* | rework key_functions into feature_common_shortcuts | skullY | 2017-08-16 | 1 | -1/+6 |
| | |||||
* | Overhaul the Getting Started section and add a FAQ section | skullY | 2017-08-16 | 1 | -8/+11 |
| | |||||
* | Added initial key lock documentation. | Fredric Silberberg | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | Link to steno docs from summary page. | Joe Wasson | 2017-07-27 | 1 | -3/+4 |
| | |||||
* | Update _summary.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Add missing files to _summary.md | skullY | 2017-07-03 | 1 | -6/+9 |
| | |||||
* | update the summary | skullY | 2017-07-03 | 1 | -1/+5 |
| | |||||
* | Update a bunch of docs | skullY | 2017-07-03 | 1 | -1/+2 |
| | |||||
* | start glossary | Jack Humbert | 2017-06-29 | 1 | -0/+1 |
| | |||||
* | add file to summary | Jack Humbert | 2017-06-29 | 1 | -0/+1 |
| | |||||
* | Polish up custom_quantum_functions | skullY | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | use default base names | Jack Humbert | 2017-06-29 | 1 | -2/+1 |
| | |||||
* | testing out new home | Jack Humbert | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | restructure summary | Jack Humbert | 2017-06-29 | 1 | -31/+32 |
| | |||||
* | restructure keycode docs | Jack Humbert | 2017-06-29 | 1 | -0/+2 |
| | |||||
* | adds config options md | Jack Humbert | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | Add eclipse to the _summary | Jack Humbert | 2017-06-27 | 1 | -0/+1 |
| | |||||
* | Update _summary.md | Jack Humbert | 2017-06-24 | 1 | -0/+1 |
| | |||||
* | Update _summary.md | Jack Humbert | 2017-06-23 | 1 | -0/+1 |
| | |||||
* | Update _summary.md | Jack Humbert | 2017-06-22 | 1 | -1/+2 |
| | |||||
* | convert docs to lowercase and underscores | Jack Humbert | 2017-06-10 | 1 | -0/+28 |