Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates send_string functionality, adds terminal feature (#1657) | Jack Humbert | 2017-09-12 | 1 | -41/+95 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Doc updates from going through every file | skullY | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into docs | skullydazed | 2017-07-06 | 1 | -1/+7 |
|\ | |||||
| * | Pull out sendstring variations to their own files. | Shayne Holmes | 2017-07-05 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Update a bunch of docs | skullY | 2017-07-03 | 1 | -3/+5 |
|/ | |||||
* | convert docs to lowercase and underscores | Jack Humbert | 2017-06-10 | 1 | -0/+158 |