Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-21 | Replace instances of KEYMAP with LAYOUT | ||
Many instances in the QMK Docs referenced KEYMAP macros, which is outdated terminology. Replaced most instances of KEYMAP with LAYOUT, to reflect the desired usage. | |||
2018-12-01 | Add tap_random_base64 and software timer info to Useful Functions doc (#4360) | ||
* Update docs * Add security caveat Co-Authored-By: drashna <drashna@live.com> * Wordsmithing Co-Authored-By: drashna <drashna@live.com> * Update docs/ref_functions.md Co-Authored-By: drashna <drashna@live.com> | |||
2018-11-25 | Keymap FAQ: fix positions of KC_HENK and KC_MHEN for JIS layout (#4482) | ||
These keys were previously in each other's positions. | |||
2018-08-15 | Docs: Update image in FAQ/Keymap: KC_EQLS -> KC_EQL (#3660) | ||
2018-08-11 | Update FAQ section on power keys | ||
2018-08-05 | Update FAQ section on Apple Fn (#3574) | ||
2018-03-02 | More thoroughly document Bootmagic and Command (#2455) | ||
2018-01-01 | backlight breathing overhaul (#2187) | ||
* 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-09 | Trim trailing whitespace | ||
2017-12-09 | Fix some of the more obvious typos | ||
2017-12-09 | Convert all headings to Title Case | ||
2017-12-03 | Flesh out the grave escape overrides | ||
2017-10-24 | Restructure the hardware and feature docs to make things easier to find (#1888) | ||
* fix #1313 by documenting more config.h options * Clean up and organize documentation | |||
2017-08-16 | Doc updates from going through every file | ||
2017-08-16 | Overhaul the Getting Started section and add a FAQ section | ||
2017-08-11 | fix code block formatting | ||
2017-08-11 | add description of new option to docs and add option (commented out) into ↵ | ||
template. | |||
2017-07-03 | Update a bunch of docs | ||
2017-06-10 | convert docs to lowercase and underscores | ||