forked from mirrors/qmk_userspace
delete unused KEY_* definitions.
This commit is contained in:
parent
f777960c72
commit
6be0e4fafb
2 changed files with 0 additions and 111 deletions
1
mykey.c
1
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue