X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Fpjrc%2Fmain.c;h=45eb17d4cddc625a8abd1bd8246eee340b093b3f;hb=d6d0b7eadaa568853b21d74057db306a33b7a847;hp=e7bdcc059a7181788c4ccfc599e9008156d58c48;hpb=d9fee5571d7de08e76dff5ce75816faf522240f6;p=qmk_firmware.git diff --git a/tmk_core/protocol/pjrc/main.c b/tmk_core/protocol/pjrc/main.c index e7bdcc059..45eb17d4c 100644 --- a/tmk_core/protocol/pjrc/main.c +++ b/tmk_core/protocol/pjrc/main.c @@ -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.