]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/bootmagic.h
core: Update comments in keycode.h
[max/tmk_keyboard.git] / tmk_core / common / bootmagic.h
index 8f6618f4bd0da0de18ea3ffc20d8cbab6f72c63f..5260e48f0bd3f525803c19ce1f522ab81ed67e13 100644 (file)
@@ -95,6 +95,6 @@
 
 
 void bootmagic(void);
-bool bootmagic_scan_keycode(uint8_t keycode);
+bool bootmagic_scan_key(uint16_t action);
 
 #endif