Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-09 | Convert all headings to Title Case | fauxpark | 49 | -198/+191 | |
2017-12-08 | fix link for grave escape in docs | Balz Guenat | 1 | -1/+1 | |
2017-12-08 | Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at' | Colin T.A. Gray | 1 | -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-04 | adds 'RGB_RMOD' to go through RGB modes in reverse | Colin T.A. Gray | 1 | -2/+4 | |
2017-12-04 | Fix typo in make example | Drashna Jaelre | 1 | -1/+1 | |
It has `:all" when it clearly is referencing the command without `:all`. | |||||
2017-12-03 | update advanced_keycodes; oneshot = sticky/dead keys | mmikeww | 1 | -1/+1 | |
2017-12-03 | update glossary; oneshot key = sticky/dead key | mmikeww | 1 | -1/+1 | |
2017-12-03 | Flesh out the grave escape overrides | skullY | 3 | -4/+20 | |
2017-12-03 | Fix broken link in docs | mmikeww | 1 | -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-30 | Fix internal links in docs/ (#2080) | Devin J. Pohly | 9 | -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-29 | Fixed minor typo in bootloader code | Drashna Jael're | 1 | -2/+2 | |
2017-11-29 | 16 byte optimization of macro ;) | Drashna Jael're | 1 | -9/+7 | |
2017-11-28 | Update Userspace info to include Bootloader detection | Drashna Jael're | 1 | -0/+11 | |
2017-11-28 | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 1 | -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-22 | Update config_options.md | Jack Humbert | 1 | -2/+10 | |
2017-11-22 | Update feature_layouts.md | Jack Humbert | 1 | -5/+1 | |
2017-11-21 | Allow multiple process_record() calls per scan | Seebs | 1 | -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-20 | added SS_LSFT to featured macros | Gilbert Consellado | 1 | -0/+1 | |
2017-11-16 | add example keymap | Balz Guenat | 1 | -4/+15 | |
2017-11-16 | extend macro docs a bit | Balz Guenat | 1 | -10/+44 | |
2017-11-14 | Add "KC_MAKE" to userspace example | drashna | 1 | -1/+55 | |
2017-11-14 | Update hand_wire.md | James | 1 | -1/+1 | |
Change "Resin" to "Rosin" | |||||
2017-11-12 | Document the Teensy hardware reset problem | Erin Call | 1 | -0/+1 | |
2017-11-10 | Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994. | skullY | 1 | -2/+2 | |
2017-11-10 | Move keycodes to their own section | skullY | 1 | -15/+16 | |
2017-11-09 | update some docs | Jack Humbert | 2 | -2/+2 | |
2017-11-09 | Fixed some grammar and typos on the docs (#1989) | Zach Burchill | 1 | -7/+5 | |
* fixed grammar and references * fixed typo | |||||
2017-11-06 | 333fred layout update (#1971) | Fred Silberberg | 1 | -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-06 | Correct the rules.mk documentation for auto shift. | Jeremy Cowgar | 1 | -1/+1 | |
fixes #1965 | |||||
2017-11-03 | use real greater than and less than chars | skullY | 1 | -1/+1 | |
2017-11-02 | Document info.json files | skullY | 1 | -0/+88 | |
2017-11-02 | Fix a typo | skullY | 1 | -1/+1 | |
2017-11-02 | update contributing guidelines | Jack Humbert | 1 | -0/+5 | |
2017-11-01 | Update getting_started_github.md | Jack Humbert | 1 | -2/+2 | |
2017-11-01 | Improvements to documentation (#1919) | Arialdo Martini | 3 | -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-31 | update hand wiring link | Jack Humbert | 1 | -1/+1 | |
2017-10-31 | RETRO_TAPPING (#1922) | tsankuanglee | 1 | -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-31 | fixed two typos | Zach Burchill | 1 | -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. | |||||
2017-10-30 | Added missing RGB and Auto Shift in main feature list. Also standardized on ↵ | Jeremy Cowgar | 1 | -7/+9 | |
period at the end of each feature list item. | |||||
2017-10-30 | Fix code example in auto shift docs | Jeremy Cowgar | 1 | -12/+10 | |
2017-10-30 | Fixed various feature links | Jeremy Cowgar | 2 | -5/+7 | |
2017-10-29 | adds flashing docs | Jack Humbert | 2 | -0/+75 | |
2017-10-25 | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | 23 | -350/+530 | |
* fix #1313 by documenting more config.h options * Clean up and organize documentation | |||||
2017-10-25 | Added a new keycode for cycling through RBG modes which reverses directions ↵ | Sebastian Kaim | 1 | -0/+1 | |
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-22 | Update to Tap-Dance Docs for Fast Typists | Daniel Gordon | 1 | -8/+23 | |
* Quad function tap dance works as intended when typing fast * Example 4 in doc has been updated Change-Id: If33406299e2eed49152c495da92f4977dfdc1e2f | |||||
2017-10-21 | Creates a userspace for keymaps (#1559) | Jack Humbert | 2 | -0/+34 | |
* create a user space * adds example * document, add readme.md * jackhumbert userspace, ergodox keymap | |||||
2017-10-21 | Fix the naming for clueboard files | skullY | 1 | -1/+1 | |
2017-10-21 | Minor punctuation and grammar edits. | James | 1 | -3/+3 | |
2017-10-21 | Fix code backticks on Frequently Asked Build Questions docs | Jason Milkins | 1 | -1/+1 | |
2017-10-21 | Fix missing code backticks | Jason Milkins | 1 | -2/+2 | |