diff options
author | skullY <skullydazed@gmail.com> | 2017-08-06 17:51:42 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
commit | 9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (patch) | |
tree | e47cc787fcb7745d83d6e645b21c00e498b55100 /docs/feature_thermal_printer.md | |
parent | 2709744cdda808121ae91e8467659f715e68a540 (diff) | |
download | qmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.gz |
break up keymaps and quantum keycodes into files by feature
Diffstat (limited to 'docs/feature_thermal_printer.md')
-rw-r--r-- | docs/feature_thermal_printer.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/feature_thermal_printer.md b/docs/feature_thermal_printer.md new file mode 100644 index 000000000..0c5d15116 --- /dev/null +++ b/docs/feature_thermal_printer.md @@ -0,0 +1,10 @@ +# Thermal Printer + +<!-- FIXME: Describe thermal printers support here. --> + +## Thermal Printer Keycodes + +|Name|Description| +|----|-----------| +|`PRINT_ON`|Start printing everything the user types| +|`PRINT_OFF`|Stop printing everything the user types| |