diff options
Diffstat (limited to 'protocol/pjrc/main.c')
-rw-r--r-- | protocol/pjrc/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c index e7bdcc059a..45eb17d4cd 100644 --- a/protocol/pjrc/main.c +++ b/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. |