]> git.donarmstrong.com Git - qmk_firmware.git/commit
Updates send_string functionality, adds terminal feature (#1657)
authorJack Humbert <jack.humb@gmail.com>
Tue, 12 Sep 2017 04:43:10 +0000 (00:43 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2017 04:43:10 +0000 (00:43 -0400)
commit7ad924bae5519e981c57495e481db62741aa4376
treee07575ee363f68b70579cda8e54eebcbd55d4127
parenta4ff8b91f74df9fb1d87f52c0ded23935344d2eb
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
14 files changed:
common_features.mk
docs/_summary.md
docs/feature_terminal.md [new file with mode: 0644]
docs/macros.md
keyboards/planck/keymaps/default/keymap.c
keyboards/planck/rules.mk
quantum/audio/song_list.h
quantum/process_keycode/process_terminal.c [new file with mode: 0644]
quantum/process_keycode/process_terminal.h [new file with mode: 0644]
quantum/process_keycode/process_terminal_nop.h [new file with mode: 0644]
quantum/quantum.c
quantum/quantum.h
quantum/quantum_keycodes.h
quantum/send_string_keycodes.h [new file with mode: 0644]