]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/keyboard.c
Add prototype of Action Function.
[tmk_firmware.git] / common / keyboard.c
index 9f0ca76769216dbc184735189084a8fed3e92cfd..6677e8011cba32c62a74ea195a10da3d7a2fd152 100644 (file)
@@ -89,7 +89,8 @@ void keyboard_task(void)
             }
         }
     }
-    // call to update delaying layer when no real event
+    // call with not real event to update state of aciton
+    // TODO: use NOEVENT macro
     action_exec((keyevent_t) {
         .key.pos = (keypos_t){ .row = 255, .col = 255 }, // assume this key doesn't exist
         .pressed = false,