aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the naming for clueboard filesskullY2017-10-211-1/+1
|
* Minor punctuation and grammar edits.James2017-10-211-3/+3
|
* Fix code backticks on Frequently Asked Build Questions docsJason Milkins2017-10-211-1/+1
|
* Fix missing code backticksJason Milkins2017-10-211-2/+2
|
* Quad Function Tap Dance added to TD DocDaniel Gordon2017-10-181-5/+90
| | | | | | | | | * Added section to example, detailing how to accomplish the 'quad-function' tap dance. * Refactored TD documentation to clearly separate different complex examples Change-Id: Ifc1495d1142849c771418fdabc458c04c48311e6
* Address #1689 by using a formula to define the breathing curve (#1692)skullydazed2017-10-171-2/+4
| | | | | | * Address #1689 by using a formula to define the breathing curve and exposing defines to control the shape of the curve. * Tweak the behavior of breathing for clueboard
* Broken link found in issue #1845Dylan Khor2017-10-151-1/+1
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-1411-46/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Remove reference to Ergodox subprojects from docsJonathan Arnett2017-10-121-1/+1
| | | | | | | At one time, "ez" and "infinity" may have been subprojects of a unified "ergodox" project, but this is not currently the case. Running `make ergodox-ez-default-teensy` (or similar), as the documentation currently implies, does not work.
* Fix the presentation of the contribution guideskullY2017-10-112-1/+1
|
* Write a contributing guide. (#1827)skullydazed2017-10-114-17/+191
|
* Add option to reverse PS2 mouse axes and scrollingJesper Brix Rosenkilde2017-10-101-0/+20
|
* Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye2017-10-101-0/+1
| | | | | | | | * Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
* Fixed typo in docs. (#1818)lyuts2017-10-061-1/+1
|
* Generic Pointing Device (#1767)Snipeye2017-10-062-1/+48
|
* Minor typoDylan Khor2017-10-051-1/+1
|
* Edited a minor typo in feature_bootmagic.md.Sebastian Kaim2017-10-051-1/+1
|
* Reference to rules.mk in tap dance docs addedDaniel Gordon2017-10-031-2/+2
| | | | Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad
* Fix HSV Color Wheel image on RGB Light page (#1773)Max Riveiro2017-09-291-4/+4
| | | Signed-off-by: Max Riveiro <kavu13@gmail.com>
* Add shell.nix for NixOS usersLukas Werling2017-09-251-1/+9
|
* Fixed typo of "multually" to "mutually"Zach Burchill2017-09-251-1/+1
|
* platform descriptions to match master keycodes.md documentationsurlyjake2017-09-251-6/+6
|
* updated keycodes media descriptionssurlyjake2017-09-251-6/+6
| | | Platform compatibility descriptions added for mute, volume up/down
* Fixed a few typos and spelling errors in auto shift feature documentJeremy Cowgar2017-09-181-17/+16
|
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-182-0/+162
|
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-123-41/+176
| | | | | | | | | | | | | | | | | | | | | | * 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
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-082-41/+11
| | | | | | | | | | | | | | | | | | | | | | * 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
* RGB improvements (#1684)skullydazed2017-09-062-29/+542
| | | | | | | | | | | | * 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
* Update mac guide (#1665)Will Jiang2017-09-061-1/+4
| | | | | `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.
* Update feature_common_shortcuts.mdJack Humbert2017-09-051-1/+1
|
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-301-0/+1
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-232-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add compile error if too many endpoints are defined for the ATmega32U4.Joe Wasson2017-08-201-1/+1
|
* validates jsonJack Humbert2017-08-191-1/+1
|
* adds redirects for docsJack Humbert2017-08-191-0/+12
|
* Fix incorrect name for GeminiPR in docs.Joe Wasson2017-08-181-10/+10
|
* adds audio docs to summaryJack Humbert2017-08-181-0/+1
|
* Add link to keycodes doc in how_keyboards_workBenny Powers2017-08-181-1/+1
|
* Fix these links, as they appear to be broken (#1595)Roy Wellington Ⅳ2017-08-182-2/+2
| | | | | | | | | | | | | | 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.
* update faviconsJack Humbert2017-08-172-0/+0
|
* Update links in the glossaryskullY2017-08-161-5/+5
|
* Doc updates from going through every fileskullY2017-08-1627-487/+458
|
* break up keymaps and quantum keycodes into files by featureskullY2017-08-1612-361/+616
|
* take a stab at documenting layersskullY2017-08-161-5/+27
|
* rework key_functions into feature_common_shortcutsskullY2017-08-163-129/+145
|
* Overhaul the Getting Started section and add a FAQ sectionskullY2017-08-1611-365/+351
|
* correct tilde to gravediscursivemoth2017-08-151-1/+1
|
* Merge remote-tracking branch 'upstream/master'Balz Guenat2017-08-125-2/+19
|\ | | | | | | | | # Conflicts: # docs/faq_keymap.md
| * add description of new option to docs and add option (commented out) into ↵Balz Guenat2017-08-111-1/+3
| | | | | | | | template.
| * Change installation of avr-libc to avr-gcc, now that avr-libc is integrated ↵Danny Nguyen2017-08-081-2/+2
| | | | | | | | into the avr-gcc build