| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-22 | Generate API docs from source code comments (#2491) | ||
| * Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly | |||
| 2018-03-20 | Add macro for momentarily switching to a layer while some mods are active ↵ | ||
| (#2460) * Macro for a momentary layer switch with mods Passes through to the existing ACTION_LAYER_MODS macro, albeit with more limited options due to lack of space in the quantum_keycodes enum. * Add documentation for LM layer-mod macro * Clean up Tap Toggle documentation | |||
| 2018-03-20 | Added bootloader options | ||
| I think I got all of them, so I removed the "FIXME". | |||
| 2018-03-19 | [Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104) | ||
| * Add RGB Underglow Sleeping * Add RGBLIGHT_SLEEP to toggle/control RGB light behavior * Update rgb docs * Update for RGB disable command | |||
| 2018-03-16 | Rule to enable Modifiers with Auto-Shift (#2542) | ||
| * Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace | |||
| 2018-03-16 | Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc. | ||
| 2018-03-16 | Add keycodes for swap-hands feature. | ||
| 2018-03-16 | Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency | ||
| 2018-03-09 | Add SS_RALT for AltGR usage in macros | ||
| 2018-03-08 | Disable the glossary linking to fix #2498 (#2499) | ||
| 2018-03-07 | Add layer_state_set_* to custom function lists | ||
| 2018-03-07 | Examples should all use _user functions for consistency | ||
| 2018-03-07 | Add back docs for hand-swapping feature. | ||
| 2018-03-06 | Move the linux tutorials to an info box on newbs_getting_started | ||
| 2018-03-06 | warn->danger | ||
| 2018-03-06 | Flesh out the newbs guide | ||
| 2018-03-06 | Add a newbie guide for people completely new to QMK (#2480) | ||
| 2018-03-03 | Mention invalid names in the readme. (#2458) | ||
| 2018-03-02 | More thoroughly document Bootmagic and Command (#2455) | ||
| 2018-03-01 | Update feature_macros.md (#2387) | ||
| break statements are never reached due to the return statement, so unnecessary | |||
| 2018-03-01 | Add a little aside explaining that shifted keys with mod-tap doesn't work ↵ | ||
| (#2446) | |||
| 2018-03-01 | Fixed dead links (#2451) | ||
| * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links | |||
| 2018-02-28 | Fixed typo of 'confid.h' to 'config.h' (#2448) | ||
| * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs | |||
| 2018-02-23 | Document bootmagic hot keys | ||
| - covers most of tmk_core/common/bootmagic.h | |||
| 2018-02-23 | Fixed formatting for Fedora example | ||
| 2018-02-23 | ergobox -> ergodox | ||
| 2018-02-19 | Minor updates to docs (#2406) | ||
| * [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 | ||
| 2018-02-08 | Add the ability to disable Music Mode completely (#2339) | ||
| * 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 | ||
| 2018-01-12 | Clarify that we actually have max 16 total backlight levels | ||
| 2018-01-12 | Remove reference to BL_x in keycodes.md, and add BL_BRTG | ||
| 2018-01-02 | ADD RGBLIGHT_LIMIT_VAL (#2214) | ||
| 2018-01-02 | macOS also requires avrdude | ||
| 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-20 | Add on/off/toggle keycodes for Auto Shift | ||
| 2017-12-20 | Fixed typo | ||
| 2017-12-17 | Added default case to process_record_user | ||
| 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 ↵ | ||
| 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 | ||
| 2017-12-09 | Fix some of the more obvious typos | ||
| 2017-12-09 | Format keycode tables | ||
| 2017-12-09 | Convert all headings to Title Case | ||
| 2017-12-08 | fix link for grave escape in docs | ||
| 2017-12-08 | Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at' | ||
| 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 | ||
| 2017-12-04 | Fix typo in make example | ||
| It has `:all" when it clearly is referencing the command without `:all`. | |||
| 2017-12-03 | update advanced_keycodes; oneshot = sticky/dead keys | ||
| 2017-12-03 | update glossary; oneshot key = sticky/dead key | ||
| 2017-12-03 | Flesh out the grave escape overrides | ||