Commit Graph

131 Commits (0965e5203eb5d359816e5141d0be9d523531e5d6)

Author SHA1 Message Date
Jack Humbert d2ff66a985 Creates a layouts/ folder for keymaps shared between keyboards ()
* 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
Joe Wasson bdc0880ca5 Add compile error if too many endpoints are defined for the ATmega32U4.
Jack Humbert 5cab5e4a4e validates json
Jack Humbert d8145c8464 adds redirects for docs
Joe Wasson 94ca84d271 Fix incorrect name for GeminiPR in docs.
Jack Humbert 52f2f6d8ea adds audio docs to summary
Benny Powers 9fed4f7948 Add link to keycodes doc in how_keyboards_work
Roy Wellington Ⅳ c0a6935fb3 Fix these links, as they appear to be broken ()
It looks like build_environment_setup.md got renamed to
getting_started_build_tools.md in this commit:

	commit e6c638bed1
	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.
Jack Humbert b483a90a90 update favicons
skullY f02430b131 Update links in the glossary
skullY 9d1a08e38a Doc updates from going through every file
skullY 9b879b1267 break up keymaps and quantum keycodes into files by feature
skullY 2709744cdd take a stab at documenting layers
skullY 207bcd788a rework key_functions into feature_common_shortcuts
skullY e6c638bed1 Overhaul the Getting Started section and add a FAQ section
discursivemoth b7d43ee253 correct tilde to grave
Balz Guenat 430151dd51 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	docs/faq_keymap.md
Balz Guenat 175db1a549 fix code block formatting
Balz Guenat 5ad103fa51 add description of new option to docs and add option (commented out) into template.
Balz Guenat 3e67cc9c80 add description of new option to docs and add option (commented out) into template.
Danny Nguyen f1536a3f54 Change installation of avr-libc to avr-gcc, now that avr-libc is integrated into the avr-gcc build
Fredric Silberberg a3e1d9a8cc Added support for locking One Shot modifiers.
Fredric Silberberg 5fc4a664dc Added initial key lock documentation.
Jack Humbert 9e79bb1491 Merge pull request from qmk/docs
Updates some remaining doc stuff
Balz Guenat 525b3deadf add short name for locking mods to docs.
Balz Guenat 07ba06d0b6 fix section in porting guide that refered to Makefile instead of rules.mk
Joe Wasson c5780647d8 Fix typo in docs.
Joe Wasson 26fb063be3 Link to steno docs from summary page.
Joe Wasson c0f63ca9dc Add documentation for Steno.
Jack Humbert cefc09ae7d adds option for alt pitch standards
Joe Wasson a543ad4c1d Fix minor formatting issue.
Jack Humbert 6bdf7482b1 update audio/music documentation
Jack Humbert 9abbbe7089 update audio documentation
Jack Humbert f407f3e8de remove unneccesary headers
Jack Humbert fe113ebad5 start updating audio docs
Jack Humbert 14c5160b1a Update _summary.md
Jack Humbert 000e749853 Rename docs/features/README.md to docs/features.md
Erez Zukerman 585f140052 Invites contributions
skullY 4c7c7747a3 Add terminal examples to doc best practices
skullY 5810bb67e4 Rearrange the faq a bit
skullY cb9e59152e Flesh out the glossary
skullY 03eb6a3e86 comment out unformatted audio/midi sections
skullydazed ecd3dbf085 Merge branch 'master' into docs
cato976 1896c76a29 Update mouse_keys.md
fix typo
Shayne Holmes 48ff93582b Pull out sendstring variations to their own files.
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.
skullY 9cadba7b89 Add missing files to _summary.md
skullY f1c581fdd4 Remove obsolete documentation
skullY c12f19107f update the summary
skullY 2abff258b1 Adjust headings on unicode
skullY 0ded95b888 Update the vagrant guide