Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-23 | ergobox -> ergodox | Jose Pablo Mora | |
2018-02-19 | Minor updates to docs (#2406) | Ben Hilburn | |
* [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora. | |||
2018-02-12 | Update feature_auto_shift.md | Gomme_Bidule | |
2018-02-08 | Add the ability to disable Music Mode completely (#2339) | Drashna Jaelre | |
* Skip process_music in NO_MUSIC_MODE is defined * Skip matrix_scan_music if NO_MUSIC_MODE is defined * Skip music_all_notes_off if NO_MUSIC_MODE is defined * Leave matrix_scan_music in, because it reduces firmware size by 150b.... * Add docs for NO_MUSIC_MODE | |||
2018-01-19 | Clarify the format for layout names | skullY | |
2018-01-12 | Clarify that we actually have max 16 total backlight levels | fauxpark | |
2018-01-12 | Remove reference to BL_x in keycodes.md, and add BL_BRTG | fauxpark | |
2018-01-02 | ADD RGBLIGHT_LIMIT_VAL (#2214) | YouCanFly | |
2018-01-02 | macOS also requires avrdude | Rickard von Essen | |
2018-01-01 | backlight breathing overhaul (#2187) | Balz Guenat | |
* 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-20 | Add on/off/toggle keycodes for Auto Shift | Drashna Jael're | |
2017-12-20 | Fixed typo | Hugo Gayosso | |
2017-12-17 | Added default case to process_record_user | kamisamamizu | |
I tried using process_record_user and if I had to add the default case for it to compile. | |||
2017-12-14 | new planck keymap, new feature - hybrid shift/enter action key (great for ↵ | 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-09 | Trim trailing whitespace | fauxpark | |
2017-12-09 | Fix some of the more obvious typos | fauxpark | |
2017-12-09 | Format keycode tables | fauxpark | |
2017-12-09 | Convert all headings to Title Case | fauxpark | |
2017-12-08 | fix link for grave escape in docs | Balz Guenat | |
2017-12-08 | Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at' | 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-04 | adds 'RGB_RMOD' to go through RGB modes in reverse | Colin T.A. Gray | |
2017-12-04 | Fix typo in make example | Drashna Jaelre | |
It has `:all" when it clearly is referencing the command without `:all`. | |||
2017-12-03 | update advanced_keycodes; oneshot = sticky/dead keys | mmikeww | |
2017-12-03 | update glossary; oneshot key = sticky/dead key | mmikeww | |
2017-12-03 | Flesh out the grave escape overrides | skullY | |
2017-12-02 | Fix broken link in docs | 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-30 | Fix internal links in docs/ (#2080) | 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-29 | Fixed minor typo in bootloader code | Drashna Jael're | |
2017-11-28 | 16 byte optimization of macro ;) | Drashna Jael're | |
2017-11-27 | Update Userspace info to include Bootloader detection | Drashna Jael're | |
2017-11-27 | Updates 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-21 | Update config_options.md | Jack Humbert | |
2017-11-21 | Update feature_layouts.md | Jack Humbert | |
2017-11-21 | Allow multiple process_record() calls per scan | 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-20 | added SS_LSFT to featured macros | Gilbert Consellado | |
2017-11-16 | add example keymap | Balz Guenat | |
2017-11-16 | extend macro docs a bit | Balz Guenat | |
2017-11-14 | Add "KC_MAKE" to userspace example | drashna | |
2017-11-13 | Update hand_wire.md | James | |
Change "Resin" to "Rosin" | |||
2017-11-12 | Document the Teensy hardware reset problem | Erin Call | |
2017-11-10 | Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994. | skullY | |
2017-11-10 | Move keycodes to their own section | skullY | |
2017-11-09 | update some docs | Jack Humbert | |
2017-11-09 | Fixed some grammar and typos on the docs (#1989) | Zach Burchill | |
* fixed grammar and references * fixed typo | |||
2017-11-06 | 333fred 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-06 | Correct the rules.mk documentation for auto shift. | Jeremy Cowgar | |
fixes #1965 | |||
2017-11-02 | use real greater than and less than chars | skullY | |
2017-11-02 | Document info.json files | skullY | |
2017-11-02 | Fix a typo | skullY | |
2017-11-01 | update contributing guidelines | Jack Humbert | |