forked from mirrors/qmk_userspace
Add keyboard_setup() and matrix_setup()
This commit is contained in:
parent
9a2282157f
commit
6b588eb7f7
6 changed files with 25 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue