]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - main.c
Adding support for the Micro Switch 8304 Hall Effect Keyboard
[kiibohd-controller.git] / main.c
diff --git a/main.c b/main.c
index 6eb4627dd605082aabdcb02fd7efe6f7736e15da..1533443cc2c4de2525702bd39ffa9987d844d33c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -146,6 +146,7 @@ int main(void)
        }
 }
 
+// USB Keyboard Data Send Counter Interrupt
 ISR( TIMER0_OVF_vect )
 {
        sendKeypressCounter++;