delete unused KEY_* definitions.

This commit is contained in:
tmk 2010-09-22 23:34:58 +09:00
parent f777960c72
commit 6be0e4fafb
2 changed files with 0 additions and 111 deletions

View file

@ -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);
}
}