]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/protocol/pjrc/main.c
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / tmk_core / protocol / pjrc / main.c
index e7bdcc059a7181788c4ccfc599e9008156d58c48..45eb17d4cddc625a8abd1bd8246eee340b093b3f 100644 (file)
@@ -46,6 +46,8 @@ int main(void)
     // set for 16 MHz clock
     CPU_PRESCALE(0);
 
+    keyboard_setup();
+
     // Initialize the USB, and then wait for the host to set configuration.
     // If the Teensy is powered without a PC connected to the USB port,
     // this will wait forever.