summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Fix custom functions documation for layer_state_set*U-LANDSRAAD\drashna2018-03-24
|
* Add HSV value specification (#2481)Daniel Hoek2018-03-23
| | | | | | | | | | * Update feature_rgblight.md I got caught out with this as most color pickers use a percentage NOT 0-255 for this number * Amended description Woops! Was focused on s/v not being a percentage i got h wrong.
* Fix typo in autoshift docs: statn (#2579)Andrew Macpherson2018-03-23
|
* Generate API docs from source code comments (#2491)skullydazed2018-03-22
| | | | | | | | | | | | | | | | | | * 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
* Add macro for momentarily switching to a layer while some mods are active ↵snyman2018-03-20
| | | | | | | | | | | | | (#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
* Added bootloader optionsMerlin042018-03-20
| | | I think I got all of them, so I removed the "FIXME".
* [Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre2018-03-19
| | | | | | | | | | * Add RGB Underglow Sleeping * Add RGBLIGHT_SLEEP to toggle/control RGB light behavior * Update rgb docs * Update for RGB disable command
* Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell2018-03-16
| | | | | | | | | | | | * Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace
* Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark2018-03-16
|
* Add keycodes for swap-hands feature.Joe Wasson2018-03-16
|
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-16
|
* Add SS_RALT for AltGR usage in macrosDrashna Jael're2018-03-09
|
* Disable the glossary linking to fix #2498 (#2499)skullydazed2018-03-08
|
* Add layer_state_set_* to custom function listsU-LANDSRAAD\drashna2018-03-07
|
* Examples should all use _user functions for consistencyU-LANDSRAAD\drashna2018-03-07
|
* Add back docs for hand-swapping feature.Joe Wasson2018-03-07
|
* Move the linux tutorials to an info box on newbs_getting_startedskullY2018-03-06
|
* warn->dangerskullY2018-03-06
|
* Flesh out the newbs guideskullY2018-03-06
|
* Add a newbie guide for people completely new to QMK (#2480)skullydazed2018-03-06
|
* Mention invalid names in the readme. (#2458)Graham P Heath2018-03-03
|
* More thoroughly document Bootmagic and Command (#2455)skullydazed2018-03-02
|
* Update feature_macros.md (#2387)Mitchell van Manen2018-03-01
| | | break statements are never reached due to the return statement, so unnecessary
* Add a little aside explaining that shifted keys with mod-tap doesn't work ↵fauxpark2018-03-01
| | | | (#2446)
* Fixed dead links (#2451)Brian Choromanski2018-03-01
| | | | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
* Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski2018-02-28
| | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
* Document bootmagic hot keysYan-Fa Li2018-02-23
| | | | - covers most of tmk_core/common/bootmagic.h
* Fixed formatting for Fedora exampleferbie2018-02-23
|
* ergobox -> ergodoxJose Pablo Mora2018-02-23
|
* Minor updates to docs (#2406)Ben Hilburn2018-02-19
| | | | | | * [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora.
* Update feature_auto_shift.mdGomme_Bidule2018-02-12
|
* Add the ability to disable Music Mode completely (#2339)Drashna Jaelre2018-02-08
| | | | | | | | | | | | * 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
* Clarify the format for layout namesskullY2018-01-19
|
* Clarify that we actually have max 16 total backlight levelsfauxpark2018-01-12
|
* Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark2018-01-12
|
* ADD RGBLIGHT_LIMIT_VAL (#2214)YouCanFly2018-01-02
|
* macOS also requires avrdudeRickard von Essen2018-01-02
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-01
| | | | | | | | | | | | | | | | | | | | * 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
* Add on/off/toggle keycodes for Auto ShiftDrashna Jael're2017-12-20
|
* Fixed typoHugo Gayosso2017-12-20
|
* Added default case to process_record_userkamisamamizu2017-12-17
| | | I tried using process_record_user and if I had to add the default case for it to compile.
* new planck keymap, new feature - hybrid shift/enter action key (great for ↵Zach Richard2017-12-14
| | | | | | | | 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
* Trim trailing whitespacefauxpark2017-12-09
|
* Fix some of the more obvious typosfauxpark2017-12-09
|
* Format keycode tablesfauxpark2017-12-09
|
* Convert all headings to Title Casefauxpark2017-12-09
|
* fix link for grave escape in docsBalz Guenat2017-12-08
|
* Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'Colin T.A. Gray2017-12-08
| | | | | Refactors rgblight_toggle to use rgblight_enable or rgblight_disable Use 'rgblight_setrgb_at/rgblight_sethsv_at' to control an individual LED
* adds 'RGB_RMOD' to go through RGB modes in reverseColin T.A. Gray2017-12-04
|
* Fix typo in make exampleDrashna Jaelre2017-12-04
| | | It has `:all" when it clearly is referencing the command without `:all`.