summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/rn42/suart.h
diff options
context:
space:
mode:
authorErez Zukerman2016-05-24 23:55:29 -0400
committerErez Zukerman2016-05-24 23:55:29 -0400
commitd06e940a179b2e81563cf6123461cfcad35f9045 (patch)
tree58f4bbc22f51cba0c22a6a1ab09a499681f1f89e /keyboard/hhkb/rn42/suart.h
parent8bc69afc633d3e199e3ac0a5bf39e4d255f2ce4a (diff)
[Erez & Jack] Removes keyboards which are not active on qmk
Diffstat (limited to 'keyboard/hhkb/rn42/suart.h')
-rw-r--r--keyboard/hhkb/rn42/suart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboard/hhkb/rn42/suart.h b/keyboard/hhkb/rn42/suart.h
deleted file mode 100644
index 72725b998..000000000
--- a/keyboard/hhkb/rn42/suart.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SUART
-#define SUART
-
-void xmit(uint8_t);
-uint8_t rcvr(void);
-uint8_t recv(void);
-
-#endif /* SUART */