aboutsummaryrefslogtreecommitdiffstats
path: root/common_features.mk
AgeCommit message (Collapse)Author
2017-10-31Fix pointing device featureGravatar Rob Rogers
2017-10-31Fix Pointing Device code (#1934)Gravatar drashna
* Fix pointer device options when the feature was added, the appropriate option definition wasn't created. This needs to be added to function properly. * Update common_features.mk * missing underscore in init function declaration
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
* 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-10-06Generic Pointing Device (#1767)Gravatar Snipeye
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Gravatar Jeremy Cowgar
2017-09-15[core] fix rgb source includeGravatar Jack Humbert
2017-09-15update to driver separationGravatar Jack Humbert
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Gravatar Jack Humbert
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
2017-08-08Initial implementation of the key_lock feature.Gravatar Fredric Silberberg
2017-07-27Add TX Bolt protocol support for StenographyGravatar Joe Wasson
Requires virtser; Allows QMK to speak the TX BOlt protocol used by stenography machines and software (such as Plover). The upside is that Plover can be configured to listen only to TX Bolt allow the keyboard to switch layers without need to enable/disable the Plover software, or to have a second non-Steno keyboard work concurrently.
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Gravatar Jack Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-04Merge branch 'master' into ps2avrGBGravatar Luiz Ribeiro
2017-06-19Fix serial_link vpath problemGravatar Fred Sundvik
2017-06-18Split common.mk into common.mk and common_features.mkGravatar Fred Sundvik
To support including keyboard/keymap specific rules before it