aboutsummaryrefslogtreecommitdiffstats
path: root/mykey.c
diff options
context:
space:
mode:
Diffstat (limited to 'mykey.c')
-rw-r--r--mykey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mykey.c b/mykey.c
index ba323448b..0ced20dd0 100644
--- a/mykey.c
+++ b/mykey.c
@@ -160,6 +160,5 @@ ISR(TIMER0_OVF_vect)
if (idle_count > 61 * 8) {
idle_count = 0;
//print("Timer Event :)\n");
- //usb_keyboard_press(KEY_SPACE, 0);
}
}