summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Update config_options.mdJack Humbert2017-11-21
|
* Update feature_layouts.mdJack Humbert2017-11-21
|
* Allow multiple process_record() calls per scanSeebs2017-11-21
| | | | | | | | | | | | | This is particularly relevant for, e.g., the ergodox EZ and other keyboards with slow scan rates. Without changing the API or behavior of individual process_record() calls, we allow a configuration flag to make multiple calls in a single scan. This will probably have miniscule effects on non-steno users, and it's not enabled by default for any keyboards. Added note about it to ergodox README. Signed-off-by: seebs <seebs@seebs.net>
* added SS_LSFT to featured macrosGilbert Consellado2017-11-20
|
* add example keymapBalz Guenat2017-11-16
|
* extend macro docs a bitBalz Guenat2017-11-16
|
* Add "KC_MAKE" to userspace exampledrashna2017-11-14
|
* Update hand_wire.mdJames2017-11-13
| | | Change "Resin" to "Rosin"
* Document the Teensy hardware reset problemErin Call2017-11-12
|
* Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.skullY2017-11-10
|
* Move keycodes to their own sectionskullY2017-11-10
|
* update some docsJack Humbert2017-11-09
|
* Fixed some grammar and typos on the docs (#1989)Zach Burchill2017-11-09
| | | | | | * fixed grammar and references * fixed typo
* 333fred layout update (#1971)Fred Silberberg2017-11-06
| | | | | | | | | | * Set up tap dance for layers on the lower button. * Refactored code to share in the users directory between my two keyboard layouts. * Small keyboard layout change. * Updated documentation on oneshot usage in macros/tap dance.
* Correct the rules.mk documentation for auto shift.Jeremy Cowgar2017-11-06
| | | | fixes #1965
* use real greater than and less than charsskullY2017-11-02
|
* Document info.json filesskullY2017-11-02
|
* Fix a typoskullY2017-11-02
|
* update contributing guidelinesJack Humbert2017-11-01
|
* Update getting_started_github.mdJack Humbert2017-11-01
|
* Improvements to documentation (#1919)Arialdo Martini2017-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | * Typo: Github => GitHub * Typo: windows => Windows, docker => Docker, and some punctuations * "QMK Introduction" links to the right file * "Unix" rather than "UNIX", which is a trademark * Directory name is "keyboards", not "keyboard" * "handwired" is a subdirectory of "keyboards" * Punctuation and minor fixes * macOS rather than Mac * Punctuation and other minor fixes * Vagrant Guide links to an existing file * Jun Wako referenced with his name rather than his nickname * Saxon genitive 's outside the link
* update hand wiring linkJack Humbert2017-10-31
|
* RETRO_TAPPING (#1922)tsankuanglee2017-10-31
| | | | | | | | | | | | * add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption * consistent variable name * add option doc * change name for consistency * make RETRO_TAPPING default to off
* fixed two typosZach Burchill2017-10-31
| | | | I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'. I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.
* Added missing RGB and Auto Shift in main feature list. Also standardized on ↵Jeremy Cowgar2017-10-29
| | | | period at the end of each feature list item.
* Fix code example in auto shift docsJeremy Cowgar2017-10-29
|
* Fixed various feature linksJeremy Cowgar2017-10-29
|
* adds flashing docsJack Humbert2017-10-29
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-24
| | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation
* Added a new keycode for cycling through RBG modes which reverses directions ↵Sebastian Kaim2017-10-24
| | | | | | | when shift is hold. This commit adds a new keycode `RGB_SMOD` which is the same as `RGB_MOD` (cycle through all modes), but when it is used in combination with shift it will reverse the direction.
* Update to Tap-Dance Docs for Fast TypistsDaniel Gordon2017-10-21
| | | | | | | * Quad function tap dance works as intended when typing fast * Example 4 in doc has been updated Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f
* Creates a userspace for keymaps (#1559)Jack Humbert2017-10-21
| | | | | | | | | | * create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
* Fix the naming for clueboard filesskullY2017-10-21
|
* Minor punctuation and grammar edits.James2017-10-21
|
* Fix code backticks on Frequently Asked Build Questions docsJason Milkins2017-10-21
|
* Fix missing code backticksJason Milkins2017-10-21
|
* Quad Function Tap Dance added to TD DocDaniel Gordon2017-10-18
| | | | | | | | | * 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-17
| | | | | | * 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-15
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-12
| | | | | | | 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-11
|
* Write a contributing guide. (#1827)skullydazed2017-10-11
|
* Add option to reverse PS2 mouse axes and scrollingJesper Brix Rosenkilde2017-10-10
|
* Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye2017-10-10
| | | | | | | | * 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-06
|
* Generic Pointing Device (#1767)Snipeye2017-10-06
|
* Minor typoDylan Khor2017-10-05
|
* Edited a minor typo in feature_bootmagic.md.Sebastian Kaim2017-10-05
|
* Reference to rules.mk in tap dance docs addedDaniel Gordon2017-10-03
| | | | Change-Id: I64aa6f95a30ab05f0ed3f499e54b9e125d379fad