X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FDPH%2Fscan_loop.c;h=132b39fb046e4358f18b2c7a585f923ba89c37b1;hb=219e90cdd34f20a6377f9c3cf5e518352ee37b83;hp=27eb92ee32fd0aa9b21c5dbeec2800c44a8b89a8;hpb=c3e1335678376d926c4d2842c4b1227d08dedafb;p=kiibohd-controller.git diff --git a/Scan/DPH/scan_loop.c b/Scan/DPH/scan_loop.c index 27eb92e..132b39f 100644 --- a/Scan/DPH/scan_loop.c +++ b/Scan/DPH/scan_loop.c @@ -23,6 +23,7 @@ // Project Includes #include #include +#include #include // 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]++;