Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | break up keymaps and quantum keycodes into files by feature | skullY | 2017-08-16 | 12 | -361/+616 |
| | |||||
* | take a stab at documenting layers | skullY | 2017-08-16 | 1 | -5/+27 |
| | |||||
* | rework key_functions into feature_common_shortcuts | skullY | 2017-08-16 | 3 | -129/+145 |
| | |||||
* | Overhaul the Getting Started section and add a FAQ section | skullY | 2017-08-16 | 11 | -365/+351 |
| | |||||
* | correct tilde to grave | discursivemoth | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Balz Guenat | 2017-08-12 | 5 | -2/+19 |
|\ | | | | | | | | | # Conflicts: # docs/faq_keymap.md | ||||
| * | add description of new option to docs and add option (commented out) into ↵ | Balz Guenat | 2017-08-11 | 1 | -1/+3 |
| | | | | | | | | template. | ||||
| * | Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵ | Danny Nguyen | 2017-08-08 | 1 | -2/+2 |
| | | | | | | | | into the avr-gcc build | ||||
| * | Added support for locking One Shot modifiers. | Fredric Silberberg | 2017-08-08 | 1 | -1/+1 |
| | | |||||
| * | Added initial key lock documentation. | Fredric Silberberg | 2017-08-08 | 4 | -0/+17 |
| | | |||||
* | | fix code block formatting | Balz Guenat | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | add description of new option to docs and add option (commented out) into ↵ | Balz Guenat | 2017-08-11 | 1 | -1/+3 |
|/ | | | | template. | ||||
* | Merge pull request #1554 from qmk/docs | Jack Humbert | 2017-08-06 | 3 | -55/+236 |
|\ | | | | | Updates some remaining doc stuff | ||||
| * | Invites contributions | Erez Zukerman | 2017-07-10 | 1 | -0/+4 |
| | | |||||
| * | Add terminal examples to doc best practices | skullY | 2017-07-08 | 1 | -0/+38 |
| | | |||||
| * | Rearrange the faq a bit | skullY | 2017-07-08 | 1 | -54/+56 |
| | | |||||
| * | Flesh out the glossary | skullY | 2017-07-08 | 1 | -1/+138 |
| | | |||||
* | | add short name for locking mods to docs. | Balz Guenat | 2017-08-03 | 1 | -4/+4 |
| | | |||||
* | | fix section in porting guide that refered to Makefile instead of rules.mk | Balz Guenat | 2017-08-02 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in docs. | Joe Wasson | 2017-07-27 | 1 | -1/+1 |
| | | |||||
* | | Link to steno docs from summary page. | Joe Wasson | 2017-07-27 | 1 | -3/+4 |
| | | |||||
* | | Add documentation for Steno. | Joe Wasson | 2017-07-27 | 1 | -0/+108 |
| | | |||||
* | | adds option for alt pitch standards | Jack Humbert | 2017-07-24 | 1 | -0/+4 |
| | | |||||
* | | Fix minor formatting issue. | Joe Wasson | 2017-07-23 | 1 | -1/+1 |
| | | |||||
* | | update audio/music documentation | Jack Humbert | 2017-07-23 | 1 | -0/+15 |
| | | |||||
* | | update audio documentation | Jack Humbert | 2017-07-23 | 1 | -36/+23 |
| | | |||||
* | | remove unneccesary headers | Jack Humbert | 2017-07-23 | 1 | -7/+15 |
| | | |||||
* | | start updating audio docs | Jack Humbert | 2017-07-23 | 1 | -1/+2 |
| | | |||||
* | | Update _summary.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| | | |||||
* | | Rename docs/features/README.md to docs/features.md | Jack Humbert | 2017-07-17 | 1 | -1/+1 |
| | | |||||
* | | comment out unformatted audio/midi sections | skullY | 2017-07-07 | 1 | -0/+4 |
|/ | |||||
* | Merge branch 'master' into docs | skullydazed | 2017-07-06 | 2 | -2/+10 |
|\ | |||||
| * | Update mouse_keys.md | cato976 | 2017-07-06 | 1 | -2/+2 |
| | | | | | | fix typo | ||||
| * | Pull out sendstring variations to their own files. | Shayne Holmes | 2017-07-05 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation. | ||||
* | | Add missing files to _summary.md | skullY | 2017-07-03 | 2 | -6/+9 |
| | | |||||
* | | Remove obsolete documentation | skullY | 2017-07-03 | 24 | -3467/+0 |
| | | |||||
* | | update the summary | skullY | 2017-07-03 | 1 | -1/+5 |
| | | |||||
* | | Adjust headings on unicode | skullY | 2017-07-03 | 1 | -6/+6 |
| | | |||||
* | | Update the vagrant guide | skullY | 2017-07-03 | 1 | -12/+6 |
| | | |||||
* | | update hand_wire | skullY | 2017-07-03 | 1 | -28/+38 |
| | | |||||
* | | update basic_how_keyboards_work | skullY | 2017-07-03 | 1 | -41/+17 |
| | | |||||
* | | Work around quoting hell | skullY | 2017-07-03 | 1 | -4/+4 |
| | | |||||
* | | Rewrite mouse_keys to resolve #937 | skullY | 2017-07-03 | 1 | -11/+73 |
| | | |||||
* | | update the faq | skullY | 2017-07-03 | 1 | -1/+3 |
| | | |||||
* | | fix the info boxes | skullY | 2017-07-03 | 1 | -4/+4 |
| | | |||||
* | | Update a bunch of docs | skullY | 2017-07-03 | 18 | -327/+253 |
| | | |||||
* | | reduce the TOC scope | skullY | 2017-06-30 | 1 | -4/+4 |
| | | |||||
* | | tweak page-toc settings | skullY | 2017-06-30 | 1 | -13/+13 |
| | | |||||
* | | Adjust headings to make navigator happier | skullY | 2017-06-30 | 1 | -18/+14 |
| | | |||||
* | | start glossary | Jack Humbert | 2017-06-29 | 2 | -0/+11 |
| | |