summaryrefslogtreecommitdiffstats
path: root/docs/config_options.md
AgeCommit message (Collapse)AuthorFilesLines
2018-01-12Clarify that we actually have max 16 total backlight levelsfauxpark1-1/+1
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-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
2017-12-09Fix some of the more obvious typosfauxpark1-5/+5
2017-12-09Convert all headings to Title Casefauxpark1-2/+2
2017-11-22Update config_options.mdJack Humbert1-2/+10
2017-11-21Allow multiple process_record() calls per scanSeebs1-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>
2017-10-31RETRO_TAPPING (#1922)tsankuanglee1-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
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-115/+184
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-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
2017-06-29adds config options mdJack Humbert1-0/+133