summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-01-12Clarify that we actually have max 16 total backlight levelsfauxpark2-2/+2
2018-01-12Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark2-10/+10
2018-01-03ADD RGBLIGHT_LIMIT_VAL (#2214)YouCanFly1-0/+1
2018-01-02macOS also requires avrdudeRickard von Essen1-0/+1
2018-01-01backlight breathing overhaul (#2187)Balz Guenat4-5/+32
* add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
2017-12-20Add on/off/toggle keycodes for Auto ShiftDrashna Jael're1-0/+3
2017-12-20Fixed typoHugo Gayosso1-1/+1
2017-12-17Added default case to process_record_userkamisamamizu1-0/+2
I tried using process_record_user and if I had to add the default case for it to compile.
2017-12-14new planck keymap, new feature - hybrid shift/enter action key (great for ↵Zach Richard1-0/+26
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 whitespacefauxpark28-88/+88
2017-12-09Fix some of the more obvious typosfauxpark27-59/+59
2017-12-09Format keycode tablesfauxpark12-621/+736
2017-12-09Convert all headings to Title Casefauxpark49-198/+191
2017-12-08fix link for grave escape in docsBalz Guenat1-1/+1
2017-12-08Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'Colin T.A. Gray1-0/+14
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 reverseColin T.A. Gray1-2/+4
2017-12-04Fix typo in make exampleDrashna Jaelre1-1/+1
It has `:all" when it clearly is referencing the command without `:all`.
2017-12-03update advanced_keycodes; oneshot = sticky/dead keysmmikeww1-1/+1
2017-12-03update glossary; oneshot key = sticky/dead keymmikeww1-1/+1
2017-12-03Flesh out the grave escape overridesskullY3-4/+20
2017-12-03Fix broken link in docsmmikeww1-1/+1
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)Devin J. Pohly9-14/+13
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 codeDrashna Jael're1-2/+2
2017-11-2916 byte optimization of macro ;)Drashna Jael're1-9/+7
2017-11-28Update Userspace info to include Bootloader detectionDrashna Jael're1-0/+11
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert1-7/+38
* 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-22Update config_options.mdJack Humbert1-2/+10
2017-11-22Update feature_layouts.mdJack Humbert1-5/+1
2017-11-21Allow multiple process_record() calls per scanSeebs1-0/+9
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 Consellado1-0/+1
2017-11-16add example keymapBalz Guenat1-4/+15
2017-11-16extend macro docs a bitBalz Guenat1-10/+44
2017-11-14Add "KC_MAKE" to userspace exampledrashna1-1/+55
2017-11-14Update hand_wire.mdJames1-1/+1
Change "Resin" to "Rosin"
2017-11-12Document the Teensy hardware reset problemErin Call1-0/+1
2017-11-10Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.skullY1-2/+2
2017-11-10Move keycodes to their own sectionskullY1-15/+16
2017-11-09update some docsJack Humbert2-2/+2
2017-11-09Fixed some grammar and typos on the docs (#1989)Zach Burchill1-7/+5
* fixed grammar and references * fixed typo
2017-11-06333fred layout update (#1971)Fred Silberberg1-0/+4
* 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 Cowgar1-1/+1
fixes #1965
2017-11-03use real greater than and less than charsskullY1-1/+1
2017-11-02Document info.json filesskullY1-0/+88
2017-11-02Fix a typoskullY1-1/+1
2017-11-02update contributing guidelinesJack Humbert1-0/+5
2017-11-01Update getting_started_github.mdJack Humbert1-2/+2
2017-11-01Improvements to documentation (#1919)Arialdo Martini3-15/+18
* 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 Humbert1-1/+1
2017-10-31RETRO_TAPPING (#1922)tsankuanglee1-0/+2
* 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 Burchill1-2/+2
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.