aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Mention invalid names in the readme. (#2458)Graham P Heath2018-03-031-1/+1
|
* More thoroughly document Bootmagic and Command (#2455)skullydazed2018-03-025-62/+165
|
* Update feature_macros.md (#2387)Mitchell van Manen2018-03-011-3/+3
| | | 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-011-1/+7
| | | | (#2446)
* Fixed dead links (#2451)Brian Choromanski2018-03-013-5/+5
| | | | | | | | * 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-284-8/+10
| | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
* Document bootmagic hot keysYan-Fa Li2018-02-231-0/+35
| | | | - covers most of tmk_core/common/bootmagic.h
* Fixed formatting for Fedora exampleferbie2018-02-231-0/+1
|
* ergobox -> ergodoxJose Pablo Mora2018-02-231-1/+1
|
* Minor updates to docs (#2406)Ben Hilburn2018-02-193-25/+27
| | | | | | * [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-121-1/+1
|
* Add the ability to disable Music Mode completely (#2339)Drashna Jaelre2018-02-081-0/+4
| | | | | | | | | | | | * 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-191-1/+3
|
* Clarify that we actually have max 16 total backlight levelsfauxpark2018-01-122-2/+2
|
* Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark2018-01-122-10/+10
|
* ADD RGBLIGHT_LIMIT_VAL (#2214)YouCanFly2018-01-021-0/+1
|
* macOS also requires avrdudeRickard von Essen2018-01-021-0/+1
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-014-5/+32
| | | | | | | | | | | | | | | | | | | | * 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-201-0/+3
|
* Fixed typoHugo Gayosso2017-12-201-1/+1
|
* Added default case to process_record_userkamisamamizu2017-12-171-0/+2
| | | 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-141-0/+26
| | | | | | | | 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-0928-88/+88
|
* Fix some of the more obvious typosfauxpark2017-12-0927-59/+59
|
* Format keycode tablesfauxpark2017-12-0912-621/+736
|
* Convert all headings to Title Casefauxpark2017-12-0949-198/+191
|
* fix link for grave escape in docsBalz Guenat2017-12-081-1/+1
|
* Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'Colin T.A. Gray2017-12-081-0/+14
| | | | | 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-041-2/+4
|
* Fix typo in make exampleDrashna Jaelre2017-12-041-1/+1
| | | It has `:all" when it clearly is referencing the command without `:all`.
* update advanced_keycodes; oneshot = sticky/dead keysmmikeww2017-12-031-1/+1
|
* update glossary; oneshot key = sticky/dead keymmikeww2017-12-031-1/+1
|
* Flesh out the grave escape overridesskullY2017-12-033-4/+20
|
* Fix broken link in docsmmikeww2017-12-021-1/+1
| | | 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
* Fix internal links in docs/ (#2080)Devin J. Pohly2017-11-309-14/+13
| | | | 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.
* Fixed minor typo in bootloader codeDrashna Jael're2017-11-291-2/+2
|
* 16 byte optimization of macro ;)Drashna Jael're2017-11-281-9/+7
|
* Update Userspace info to include Bootloader detectionDrashna Jael're2017-11-271-0/+11
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update config_options.mdJack Humbert2017-11-211-2/+10
|
* Update feature_layouts.mdJack Humbert2017-11-211-5/+1
|
* Allow multiple process_record() calls per scanSeebs2017-11-211-0/+9
| | | | | | | | | | | | | 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>
* added SS_LSFT to featured macrosGilbert Consellado2017-11-201-0/+1
|
* add example keymapBalz Guenat2017-11-161-4/+15
|
* extend macro docs a bitBalz Guenat2017-11-161-10/+44
|
* Add "KC_MAKE" to userspace exampledrashna2017-11-141-1/+55
|
* Update hand_wire.mdJames2017-11-131-1/+1
| | | Change "Resin" to "Rosin"
* Document the Teensy hardware reset problemErin Call2017-11-121-0/+1
|
* Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.skullY2017-11-101-2/+2
|
* Move keycodes to their own sectionskullY2017-11-101-15/+16
|