summaryrefslogtreecommitdiffstats
path: root/common_features.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert1-0/+5
* 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.Fredric Silberberg1-1/+6
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson1-0/+6
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)Jack Humbert1-1/+1
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-07-04Merge branch 'master' into ps2avrGBLuiz Ribeiro1-0/+157
2017-06-18Fix serial_link vpath problemFred Sundvik1-0/+1
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik1-0/+152
To support including keyboard/keymap specific rules before it