aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config_options.md
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that we actually have max 16 total backlight levelsfauxpark2018-01-121-1/+1
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-0/+4
| | | | | | | | | | | | | | | | | | | | * 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
* Fix some of the more obvious typosfauxpark2017-12-091-5/+5
|
* Convert all headings to Title Casefauxpark2017-12-091-2/+2
|
* Update config_options.mdJack Humbert2017-11-211-2/+10
|
* 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>
* RETRO_TAPPING (#1922)tsankuanglee2017-10-311-0/+2
| | | | | | | | | | | | * add RETRO_TAP: tap anyway, even after TAP_TERM, if no interruption * consistent variable name * add option doc * change name for consistency * make RETRO_TAPPING default to off
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-115/+184
| | | | | | * fix #1313 by documenting more config.h options * Clean up and organize documentation
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* adds config options mdJack Humbert2017-06-281-0/+133