aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_thermal_printer.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-06 17:51:42 -0700
committerJack Humbert <jack.humb@gmail.com>2017-08-16 15:47:20 -0400
commit9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (patch)
treee47cc787fcb7745d83d6e645b21c00e498b55100 /docs/feature_thermal_printer.md
parent2709744cdda808121ae91e8467659f715e68a540 (diff)
downloadqmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.tar.gz
qmk_firmware-9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4.zip
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.md10
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 @@
1# Thermal Printer
2
3<!-- FIXME: Describe thermal printers support here. -->
4
5## Thermal Printer Keycodes
6
7|Name|Description|
8|----|-----------|
9|`PRINT_ON`|Start printing everything the user types|
10|`PRINT_OFF`|Stop printing everything the user types|