]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - main.c
More renaming for the USB to Output Module renaming
[kiibohd-controller.git] / main.c
diff --git a/main.c b/main.c
index 90ca20ebae1ddfc81bdbb2484cefa5e55a0da2af..dd8b8e0983ffdc8f705fc4c729082f7dd017fbaf 100644 (file)
--- a/main.c
+++ b/main.c
@@ -27,7 +27,7 @@
 // Project Includes
 #include <macro.h>
 #include <scan_loop.h>
-#include <usb_com.h>
+#include <output_com.h>
 
 #include <led.h>
 #include <print.h>
@@ -136,8 +136,11 @@ int main(void)
        pinSetup();
        init_errorLED();
 
-       // Setup USB Module
-       usb_setup();
+       // Setup Output Module
+       output_setup();
+
+       // Enable CLI
+       init_cli();
 
        // Setup ISR Timer for flagging a kepress send to USB
        usbTimerSetup();