X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FMDErgo1%2Fscan_loop.c;h=d5e97e54b4e37051ae7e560c9bcf3635290a1410;hb=1fd19c48eac0d7fd8834aa91783385c2844dca9a;hp=8e824c314aee69d1b741f84a13d71558f4a5981d;hpb=865be6145fc111ceba1fc2103ec09147dab95c83;p=kiibohd-controller.git diff --git a/Scan/MDErgo1/scan_loop.c b/Scan/MDErgo1/scan_loop.c index 8e824c3..d5e97e5 100644 --- a/Scan/MDErgo1/scan_loop.c +++ b/Scan/MDErgo1/scan_loop.c @@ -56,7 +56,7 @@ inline void Scan_setup() Connect_setup( Output_Available ); // Setup GPIO pins for matrix scanning - //Matrix_setup(); + Matrix_setup(); // Setup ISSI chip to control the leds LED_setup(); @@ -73,7 +73,7 @@ inline void Scan_setup() inline uint8_t Scan_loop() { // Scan Matrix - //Matrix_scan( Scan_scanCount++ ); + Matrix_scan( Scan_scanCount++ ); // Process any interconnect commands Connect_scan();