summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-10-06Generic Pointing Device (#1767)Snipeye
2017-10-05Minor typoDylan Khor
2017-10-05Edited a minor typo in feature_bootmagic.md.Sebastian Kaim
2017-10-03Reference to rules.mk in tap dance docs addedDaniel Gordon
Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad
2017-09-29Fix HSV Color Wheel image on RGB Light page (#1773)Max Riveiro
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2017-09-25Add shell.nix for NixOS usersLukas Werling
2017-09-25Fixed typo of "multually" to "mutually"Zach Burchill
2017-09-25platform descriptions to match master keycodes.md documentationsurlyjake
2017-09-25updated keycodes media descriptionssurlyjake
Platform compatibility descriptions added for mute, volume up/down
2017-09-18Fixed a few typos and spelling errors in auto shift feature documentJeremy Cowgar
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert
* 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-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-09-06RGB improvements (#1684)skullydazed
* Allow the knight animation to be restricted to a portion of the LED strip * Add keys for jumping directly to particular animation modes * Remove orphaned break statements * Tweak the `RGB_MODE` buttons so they cycle through the same mode. * small indentation fix
2017-09-06Update mac guide (#1665)Will Jiang
`avr-libc` is no longer, and it's called `avr-gcc` now. https://github.com/osx-cross/homebrew-avr Also you need `gcc-arc-none-eabi` to be able to compile in my experience.
2017-09-05Update feature_common_shortcuts.mdJack Humbert
2017-08-30add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)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.Joe Wasson
2017-08-19validates jsonJack Humbert
2017-08-19adds redirects for docsJack Humbert
2017-08-18Fix incorrect name for GeminiPR in docs.Joe Wasson
2017-08-18adds audio docs to summaryJack Humbert
2017-08-18Add link to keycodes doc in how_keyboards_workBenny Powers
2017-08-18Fix these links, as they appear to be broken (#1595)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 faviconsJack Humbert
2017-08-16Update links in the glossaryskullY
2017-08-16Doc updates from going through every fileskullY
2017-08-16break up keymaps and quantum keycodes into files by featureskullY
2017-08-16take a stab at documenting layersskullY
2017-08-16rework key_functions into feature_common_shortcutsskullY
2017-08-16Overhaul the Getting Started section and add a FAQ sectionskullY
2017-08-15correct tilde to gravediscursivemoth
2017-08-12Merge remote-tracking branch 'upstream/master'Balz Guenat
# Conflicts: # docs/faq_keymap.md
2017-08-11fix code block formattingBalz Guenat
2017-08-11add description of new option to docs and add option (commented out) into ↵Balz Guenat
template.
2017-08-11add description of new option to docs and add option (commented out) into ↵Balz Guenat
template.
2017-08-08Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵Danny Nguyen
into the avr-gcc build
2017-08-08Added support for locking One Shot modifiers.Fredric Silberberg
2017-08-08Added initial key lock documentation.Fredric Silberberg
2017-08-06Merge pull request #1554 from qmk/docsJack Humbert
Updates some remaining doc stuff
2017-08-03add short name for locking mods to docs.Balz Guenat
2017-08-02fix section in porting guide that refered to Makefile instead of rules.mkBalz Guenat
2017-07-27Fix typo in docs.Joe Wasson
2017-07-27Link to steno docs from summary page.Joe Wasson
2017-07-27Add documentation for Steno.Joe Wasson
2017-07-24adds option for alt pitch standardsJack Humbert
2017-07-23Fix minor formatting issue.Joe Wasson
2017-07-23update audio/music documentationJack Humbert
2017-07-23update audio documentationJack Humbert