aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-12-14new planck keymap, new feature - hybrid shift/enter action key (great for ↵Gravatar Zach Richard
small keyboards!) (#2100) * new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) * corrected documentation to specify rules.mk file instead of Makefile
2017-12-09Trim trailing whitespaceGravatar fauxpark
2017-12-09Fix some of the more obvious typosGravatar fauxpark
2017-12-09Format keycode tablesGravatar fauxpark
2017-12-09Convert all headings to Title CaseGravatar fauxpark
2017-12-08fix link for grave escape in docsGravatar Balz Guenat
2017-12-08Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'Gravatar Colin T.A. Gray
Refactors rgblight_toggle to use rgblight_enable or rgblight_disable Use 'rgblight_setrgb_at/rgblight_sethsv_at' to control an individual LED
2017-12-04adds 'RGB_RMOD' to go through RGB modes in reverseGravatar Colin T.A. Gray
2017-12-04Fix typo in make exampleGravatar Drashna Jaelre
It has `:all" when it clearly is referencing the command without `:all`.
2017-12-03update advanced_keycodes; oneshot = sticky/dead keysGravatar mmikeww
2017-12-03update glossary; oneshot key = sticky/dead keyGravatar mmikeww
2017-12-03Flesh out the grave escape overridesGravatar skullY
2017-12-02Fix broken link in docsGravatar mmikeww
This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history
2017-11-30Fix internal links in docs/ (#2080)Gravatar Devin J. Pohly
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
2017-11-29Fixed minor typo in bootloader codeGravatar Drashna Jael're
2017-11-2816 byte optimization of macro ;)Gravatar Drashna Jael're
2017-11-27Update Userspace info to include Bootloader detectionGravatar Drashna Jael're
2017-11-27Updates bootloader settings, adds file size check (#2029)Gravatar 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.mdGravatar Jack Humbert
2017-11-21Update feature_layouts.mdGravatar Jack Humbert
2017-11-21Allow multiple process_record() calls per scanGravatar Seebs
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 macrosGravatar Gilbert Consellado
2017-11-16add example keymapGravatar Balz Guenat
2017-11-16extend macro docs a bitGravatar Balz Guenat
2017-11-14Add "KC_MAKE" to userspace exampleGravatar drashna
2017-11-13Update hand_wire.mdGravatar James
Change "Resin" to "Rosin"
2017-11-12Document the Teensy hardware reset problemGravatar Erin Call
2017-11-10Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.Gravatar skullY
2017-11-10Move keycodes to their own sectionGravatar skullY
2017-11-09update some docsGravatar Jack Humbert
2017-11-09Fixed some grammar and typos on the docs (#1989)Gravatar Zach Burchill
* fixed grammar and references * fixed typo
2017-11-06333fred layout update (#1971)Gravatar 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.Gravatar Jeremy Cowgar
fixes #1965
2017-11-02use real greater than and less than charsGravatar skullY
2017-11-02Document info.json filesGravatar skullY
2017-11-02Fix a typoGravatar skullY
2017-11-01update contributing guidelinesGravatar Jack Humbert
2017-11-01Update getting_started_github.mdGravatar Jack Humbert
2017-11-01Improvements to documentation (#1919)Gravatar 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 linkGravatar Jack Humbert
2017-10-31RETRO_TAPPING (#1922)Gravatar 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 typosGravatar Zach 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 ↵Gravatar Jeremy Cowgar
period at the end of each feature list item.
2017-10-29Fix code example in auto shift docsGravatar Jeremy Cowgar
2017-10-29Fixed various feature linksGravatar Jeremy Cowgar
2017-10-29adds flashing docsGravatar Jack Humbert
2017-10-24Restructure the hardware and feature docs to make things easier to find (#1888)Gravatar 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 ↵Gravatar 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 TypistsGravatar Daniel 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)Gravatar Jack Humbert
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap