aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Gravatar Jack Humbert
* 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-20Add compile error if too many endpoints are defined for the ATmega32U4.Gravatar Joe Wasson
2017-08-19validates jsonGravatar Jack Humbert
2017-08-19adds redirects for docsGravatar Jack Humbert
2017-08-18Fix incorrect name for GeminiPR in docs.Gravatar Joe Wasson
2017-08-18adds audio docs to summaryGravatar Jack Humbert
2017-08-18Add link to keycodes doc in how_keyboards_workGravatar Benny Powers
2017-08-18Fix these links, as they appear to be broken (#1595)Gravatar Roy Wellington Ⅳ
It looks like build_environment_setup.md got renamed to getting_started_build_tools.md in this commit: commit e6c638bed1fa0a48bb6f8697b2a61717c4fd0992 Author: skullY <skullydazed@gmail.com> Date: Sat Aug 5 20:54:34 2017 -0700 Overhaul the Getting Started section and add a FAQ section docs/{build_environment_setup.md => getting_started_build_tools.md} | 132 ++++++++++++++++++++++++++++++++++++------------------------------------- This commit adjusts the links to match the new name.
2017-08-17update faviconsGravatar Jack Humbert
2017-08-16Update links in the glossaryGravatar skullY
2017-08-16Doc updates from going through every fileGravatar skullY
2017-08-16break up keymaps and quantum keycodes into files by featureGravatar skullY
2017-08-16take a stab at documenting layersGravatar skullY
2017-08-16rework key_functions into feature_common_shortcutsGravatar skullY
2017-08-16Overhaul the Getting Started section and add a FAQ sectionGravatar skullY
2017-08-15correct tilde to graveGravatar discursivemoth
2017-08-12Merge remote-tracking branch 'upstream/master'Gravatar Balz Guenat
# Conflicts: # docs/faq_keymap.md
2017-08-11fix code block formattingGravatar Balz Guenat
2017-08-11add description of new option to docs and add option (commented out) into ↵Gravatar Balz Guenat
template.
2017-08-11add description of new option to docs and add option (commented out) into ↵Gravatar Balz Guenat
template.
2017-08-08Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵Gravatar Danny Nguyen
into the avr-gcc build
2017-08-08Added support for locking One Shot modifiers.Gravatar Fredric Silberberg
2017-08-08Added initial key lock documentation.Gravatar Fredric Silberberg
2017-08-06Merge pull request #1554 from qmk/docsGravatar Jack Humbert
Updates some remaining doc stuff
2017-08-03add short name for locking mods to docs.Gravatar Balz Guenat
2017-08-02fix section in porting guide that refered to Makefile instead of rules.mkGravatar Balz Guenat
2017-07-27Fix typo in docs.Gravatar Joe Wasson
2017-07-27Link to steno docs from summary page.Gravatar Joe Wasson
2017-07-27Add documentation for Steno.Gravatar Joe Wasson
2017-07-24adds option for alt pitch standardsGravatar Jack Humbert
2017-07-23Fix minor formatting issue.Gravatar Joe Wasson
2017-07-23update audio/music documentationGravatar Jack Humbert
2017-07-23update audio documentationGravatar Jack Humbert
2017-07-23remove unneccesary headersGravatar Jack Humbert
2017-07-23start updating audio docsGravatar Jack Humbert
2017-07-17Update _summary.mdGravatar Jack Humbert
2017-07-17Rename docs/features/README.md to docs/features.mdGravatar Jack Humbert
2017-07-10Invites contributionsGravatar Erez Zukerman
2017-07-08Add terminal examples to doc best practicesGravatar skullY
2017-07-08Rearrange the faq a bitGravatar skullY
2017-07-08Flesh out the glossaryGravatar skullY
2017-07-07comment out unformatted audio/midi sectionsGravatar skullY
2017-07-06Merge branch 'master' into docsGravatar skullydazed
2017-07-06Update mouse_keys.mdGravatar cato976
fix typo
2017-07-05Pull out sendstring variations to their own files.Gravatar Shayne Holmes
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.
2017-07-03Add missing files to _summary.mdGravatar skullY
2017-07-03Remove obsolete documentationGravatar skullY
2017-07-03update the summaryGravatar skullY
2017-07-03Adjust headings on unicodeGravatar skullY
2017-07-03Update the vagrant guideGravatar skullY