Commit Graph

6 Commits

Author SHA1 Message Date
7ad924bae5 Updates send_string functionality, adds terminal feature (#1657)
* 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-09-12 00:43:10 -04:00
9d1a08e38a Doc updates from going through every file 2017-08-16 15:47:20 -04:00
ecd3dbf085 Merge branch 'master' into docs 2017-07-06 18:43:22 -07:00
48ff93582b Pull out sendstring variations to their own files.
Instead of having all sendstring keycode mappings in the main quantum.c
file, give each one its own file in keymap_extras that can be #included
in a user's keymap. If one is included, it will define the appropriate
lookup tables and overwrite the weak definitions in quantum.c.
(Including more than one sendstring definition will fail at compile
time.)

Update @rai-suta's test keymap to match, as well as the documentation.
2017-07-05 10:55:47 -04:00
d8e29b53fe Update a bunch of docs 2017-07-03 01:30:36 -07:00
ca01d94005 convert docs to lowercase and underscores 2017-06-10 14:58:24 -04:00