summaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/rn42/rn42_task.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/hhkb/rn42/rn42_task.h
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/hhkb/rn42/rn42_task.h')
-rw-r--r--keyboards/hhkb/rn42/rn42_task.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/hhkb/rn42/rn42_task.h b/keyboards/hhkb/rn42/rn42_task.h
deleted file mode 100644
index 05e80e9be2..0000000000
--- a/keyboards/hhkb/rn42/rn42_task.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <stdbool.h>
-#include "rn42.h"
-
-#ifdef NKRO_ENABLE
-bool rn42_nkro_last;
-#endif
-
-void rn42_task_init(void);
-void rn42_task(void);