summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-11-27Updates bootloader settings, adds file size check (#2029)Jack Humbert
* pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
2017-11-21Update config_options.mdJack Humbert
2017-11-21Update feature_layouts.mdJack Humbert
2017-11-21Allow multiple process_record() calls per scanSeebs
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>
2017-11-20added SS_LSFT to featured macrosGilbert Consellado
2017-11-16add example keymapBalz Guenat
2017-11-16extend macro docs a bitBalz Guenat
2017-11-14Add "KC_MAKE" to userspace exampledrashna
2017-11-13Update hand_wire.mdJames
Change "Resin" to "Rosin"
2017-11-12Document the Teensy hardware reset problemErin Call
2017-11-10Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.skullY
2017-11-10Move keycodes to their own sectionskullY
2017-11-09update some docsJack Humbert
2017-11-09Fixed some grammar and typos on the docs (#1989)Zach Burchill
* fixed grammar and references * fixed typo
2017-11-06333fred layout update (#1971)Fred Silberberg
* 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.
2017-11-06Correct the rules.mk documentation for auto shift.Jeremy Cowgar
fixes #1965
2017-11-02use real greater than and less than charsskullY
2017-11-02Document info.json filesskullY
2017-11-02Fix a typoskullY
2017-11-01update contributing guidelinesJack Humbert
2017-11-01Update getting_started_github.mdJack Humbert
2017-11-01Improvements to documentation (#1919)Arialdo Martini
* 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
2017-10-31update hand wiring linkJack Humbert
2017-10-31RETRO_TAPPING (#1922)tsankuanglee
* 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
2017-10-31fixed two typosZach Burchill
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.
2017-10-29Added missing RGB and Auto Shift in main feature list. Also standardized on ↵Jeremy Cowgar
period at the end of each feature list item.
2017-10-29Fix code example in auto shift docsJeremy Cowgar
2017-10-29Fixed various feature linksJeremy Cowgar
2017-10-29adds flashing docsJack Humbert
2017-10-24Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-10-24Added a new keycode for cycling through RBG modes which reverses directions ↵Sebastian Kaim
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.
2017-10-21Update to Tap-Dance Docs for Fast TypistsDaniel Gordon
* Quad function tap dance works as intended when typing fast * Example 4 in doc has been updated Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f
2017-10-21Creates a userspace for keymaps (#1559)Jack Humbert
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap
2017-10-21Fix the naming for clueboard filesskullY
2017-10-21Minor punctuation and grammar edits.James
2017-10-21Fix code backticks on Frequently Asked Build Questions docsJason Milkins
2017-10-21Fix missing code backticksJason Milkins
2017-10-18Quad Function Tap Dance added to TD DocDaniel Gordon
* 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
2017-10-17Address #1689 by using a formula to define the breathing curve (#1692)skullydazed
* 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
2017-10-15Broken link found in issue #1845Dylan Khor
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
* 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
2017-10-12Remove reference to Ergodox subprojects from docsJonathan Arnett
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.
2017-10-11Fix the presentation of the contribution guideskullY
2017-10-11Write a contributing guide. (#1827)skullydazed
2017-10-10Add option to reverse PS2 mouse axes and scrollingJesper Brix Rosenkilde
2017-10-10Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye
* Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
2017-10-06Fixed typo in docs. (#1818)lyuts
2017-10-06Generic Pointing Device (#1767)Snipeye
2017-10-05Minor typoDylan Khor
2017-10-05Edited a minor typo in feature_bootmagic.md.Sebastian Kaim