aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_terminal.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-format changesskullY2019-08-301-1/+1
|
* Updates send_string functionality, adds terminal feature (#1657)Jack Humbert2017-09-121-0/+27
* 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