]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/DPH/scan_loop.c
Enabling USB keycodes.
[kiibohd-controller.git] / Scan / DPH / scan_loop.c
index 27eb92ee32fd0aa9b21c5dbeec2800c44a8b89a8..132b39fb046e4358f18b2c7a585f923ba89c37b1 100644 (file)
@@ -23,6 +23,7 @@
 // Project Includes
 #include <cli.h>
 #include <led.h>
+#include <macro.h>
 #include <print.h>
 
 // Local Includes
@@ -805,7 +806,7 @@ void testColumn( uint8_t strobe )
                                        // Only add the key to the buffer once
                                        // NOTE: Buffer can easily handle multiple adds, just more efficient
                                        //        and nicer debug messages :P
-                                       //Macro_bufferAdd( key );
+                                       Macro_bufferAdd( key );
                                }
 
                                keys_debounce[key]++;