diff options
author | jpetermans <tibcmhhm@gmail.com> | 2017-05-24 11:51:20 -0700 |
---|---|---|
committer | jpetermans <tibcmhhm@gmail.com> | 2017-05-24 11:51:20 -0700 |
commit | 2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7 (patch) | |
tree | 289d5cce94ad5883741f0b637749d87680c14d33 /quantum/process_keycode/process_printer.h | |
parent | d89114400c398b900e27bf324a7973d1e0f25e58 (diff) | |
parent | 7a4ec3bd926865e490fbf7c5ec68d762e998683f (diff) | |
download | firmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.tar.gz firmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.tar.bz2 firmware-2dcd6c38fa478b40a973c9411c3f5b4c87ae0ba7.zip |
Merge remote-tracking branch 'upstream/master' into infinity60
Diffstat (limited to 'quantum/process_keycode/process_printer.h')
-rw-r--r-- | quantum/process_keycode/process_printer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_printer.h b/quantum/process_keycode/process_printer.h index aa494ac8a..71d3a4b56 100644 --- a/quantum/process_keycode/process_printer.h +++ b/quantum/process_keycode/process_printer.h @@ -21,4 +21,6 @@ #include "protocol/serial.h" +bool process_printer(uint16_t keycode, keyrecord_t *record); + #endif |