summaryrefslogtreecommitdiff
path: root/key_process.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-24 03:27:43 +0900
committertmk <nobody@nowhere>2010-10-24 03:33:08 +0900
commit4acc38751e9c8e90921773e6e5f5a100b0729d98 (patch)
treee8e650c6c0557871f55c39b6449a0cc2479fbf58 /key_process.c
parentbf92bdd7fa9938c162c29e565d245e5609e4a912 (diff)
switch debug on/off by pressing 4 keys on booting time
Diffstat (limited to 'key_process.c')
-rw-r--r--key_process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key_process.c b/key_process.c
index 8006ae72f7..10cac032b1 100644
--- a/key_process.c
+++ b/key_process.c
@@ -25,6 +25,7 @@
#define MOUSE_DELAY_ACC 5
+// TODO: refactoring
void proc_matrix(void) {
static int mouse_repeat = 0;