summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-03-16Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell
* Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark
2018-03-16Add keycodes for swap-hands feature.Joe Wasson
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson
2018-03-09Add SS_RALT for AltGR usage in macrosDrashna Jael're
2018-03-08Disable the glossary linking to fix #2498 (#2499)skullydazed
2018-03-07Add layer_state_set_* to custom function listsU-LANDSRAAD\drashna
2018-03-07Examples should all use _user functions for consistencyU-LANDSRAAD\drashna
2018-03-07Add back docs for hand-swapping feature.Joe Wasson
2018-03-06Move the linux tutorials to an info box on newbs_getting_startedskullY
2018-03-06warn->dangerskullY
2018-03-06Flesh out the newbs guideskullY
2018-03-06Add a newbie guide for people completely new to QMK (#2480)skullydazed
2018-03-03Mention invalid names in the readme. (#2458)Graham P Heath
2018-03-02More thoroughly document Bootmagic and Command (#2455)skullydazed
2018-03-01Update feature_macros.md (#2387)Mitchell van Manen
break statements are never reached due to the return statement, so unnecessary
2018-03-01Add a little aside explaining that shifted keys with mod-tap doesn't work ↵fauxpark
(#2446)
2018-03-01Fixed dead links (#2451)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2018-02-28Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
2018-02-23Document bootmagic hot keysYan-Fa Li
- covers most of tmk_core/common/bootmagic.h
2018-02-23Fixed formatting for Fedora exampleferbie
2018-02-23ergobox -> ergodoxJose Pablo Mora
2018-02-19Minor 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-12Update feature_auto_shift.mdGomme_Bidule
2018-02-08Add 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-19Clarify the format for layout namesskullY
2018-01-12Clarify that we actually have max 16 total backlight levelsfauxpark
2018-01-12Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark
2018-01-02ADD RGBLIGHT_LIMIT_VAL (#2214)YouCanFly
2018-01-02macOS also requires avrdudeRickard von Essen
2018-01-01backlight 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-20Add on/off/toggle keycodes for Auto ShiftDrashna Jael're
2017-12-20Fixed typoHugo Gayosso
2017-12-17Added default case to process_record_userkamisamamizu
I tried using process_record_user and if I had to add the default case for it to compile.
2017-12-14new 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-09Trim trailing whitespacefauxpark
2017-12-09Fix some of the more obvious typosfauxpark
2017-12-09Format keycode tablesfauxpark
2017-12-09Convert all headings to Title Casefauxpark
2017-12-08fix link for grave escape in docsBalz Guenat
2017-12-08Add '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-04adds 'RGB_RMOD' to go through RGB modes in reverseColin T.A. Gray
2017-12-04Fix typo in make exampleDrashna Jaelre
It has `:all" when it clearly is referencing the command without `:all`.
2017-12-03update advanced_keycodes; oneshot = sticky/dead keysmmikeww
2017-12-03update glossary; oneshot key = sticky/dead keymmikeww
2017-12-03Flesh out the grave escape overridesskullY
2017-12-02Fix broken link in docsmmikeww
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-30Fix 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-29Fixed minor typo in bootloader codeDrashna Jael're
2017-11-2816 byte optimization of macro ;)Drashna Jael're