summaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-08-22 16:58:37 +0200
committertmk <nobody@nowhere>2010-08-22 17:01:42 +0200
commit8cfb3712d58e4a88029dfd00111714e91939005e (patch)
tree4650383eac715a84419e678e0e990c99a7423907 /print.h
parent20711b59e7b72d0a1875c3d38832fade6f56445d (diff)
downloadqmk_firmware-8cfb3712d58e4a88029dfd00111714e91939005e.tar.gz
qmk_firmware-8cfb3712d58e4a88029dfd00111714e91939005e.tar.xz
matrix scan & default keymap
Diffstat (limited to 'print.h')
-rw-r--r--print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.h b/print.h
index 1de618fba..d6bb0aad2 100644
--- a/print.h
+++ b/print.h
@@ -12,5 +12,6 @@
void print_P(const char *s);
void phex(unsigned char c);
void phex16(unsigned int i);
+void pbin(unsigned char c);
#endif