summaryrefslogtreecommitdiff
path: root/keyboards/hhkb/rn42/rn42_task.h
diff options
context:
space:
mode:
authorEnochen <darakath1128@gmail.com>2018-07-09 21:12:59 -0400
committerDrashna Jaelre <drashna@live.com>2018-07-09 18:12:59 -0700
commit5477bf39bfc01468ea8c09f025cf9c5ee3efd1b7 (patch)
tree06d8c55b03a5ae89353f137e939a531b39d6d43c /keyboards/hhkb/rn42/rn42_task.h
parenta345458fa9ce98b1e69e6a02dbc611fb5a0fe78d (diff)
add hhkb bluetooth functionality (rn42) (#2693)
* add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.
Diffstat (limited to 'keyboards/hhkb/rn42/rn42_task.h')
-rw-r--r--keyboards/hhkb/rn42/rn42_task.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/hhkb/rn42/rn42_task.h b/keyboards/hhkb/rn42/rn42_task.h
new file mode 100644
index 0000000000..ee00669ee5
--- /dev/null
+++ b/keyboards/hhkb/rn42/rn42_task.h
@@ -0,0 +1,14 @@
+#ifndef RN42_TASK_H
+#define RN42_TASK_H
+
+#include <stdbool.h>
+#include "rn42.h"
+
+#ifdef NKRO_ENABLE
+bool rn42_nkro_last;
+#endif
+
+void rn42_task_init(void);
+void rn42_task(void);
+
+#endif