qmk_firmware/quantum
Jack Humbert 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
..
api
audio Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
keymap_extras
process_keycode Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
serial_link
template Remove all Makefiles from the keyboards directory. (#1660) 2017-09-08 13:47:50 -04:00
tools
visualizer
api.c
api.h
config_common.h
dynamic_macro.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
led_tables.c
led_tables.h
matrix.c
pincontrol.h
quantum.c Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
quantum.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
quantum_keycodes.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
rgblight.c
rgblight.h
send_string_keycodes.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
variable_trace.c
variable_trace.h