diff options
author | tmk <nobody@nowhere> | 2010-08-22 23:58:37 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-08-23 00:01:42 +0900 |
commit | 8cfb3712d58e4a88029dfd00111714e91939005e (patch) | |
tree | 4650383eac715a84419e678e0e990c99a7423907 /print.h | |
parent | 20711b59e7b72d0a1875c3d38832fade6f56445d (diff) | |
download | qmk_firmware-8cfb3712d58e4a88029dfd00111714e91939005e.tar.gz |
matrix scan & default keymap
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |