summaryrefslogtreecommitdiff
path: root/common_features.mk
Commit message (Collapse)AuthorAge
...
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Generic Pointing Device (#1767)Snipeye2017-10-06
|
* Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar2017-09-18
|
* [core] fix rgb source includeJack Humbert2017-09-15
|
* update to driver separationJack Humbert2017-09-15
|\
| * Merge branch 'master' into ps2avrGBLuiz Ribeiro2017-07-04
| |
* | Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Initial implementation of the key_lock feature.Fredric Silberberg2017-08-08
| |
* | Add TX Bolt protocol support for StenographyJoe Wasson2017-07-27
| | | | | | | | 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.
* | Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
|/ | | | | | | | | | | | * start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
* Fix serial_link vpath problemFred Sundvik2017-06-19
|
* Split common.mk into common.mk and common_features.mkFred Sundvik2017-06-18
To support including keyboard/keymap specific rules before it