mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1c04608b0a
1 changed files with 2 additions and 3 deletions
|
@ -98,14 +98,13 @@ int main(void) {
|
|||
clock_prescale_set(clock_div_1);
|
||||
#endif
|
||||
keyboard_setup();
|
||||
|
||||
host_set_driver(vusb_driver());
|
||||
setup_usb();
|
||||
sei();
|
||||
keyboard_init();
|
||||
host_set_driver(vusb_driver());
|
||||
|
||||
wait_ms(50);
|
||||
|
||||
keyboard_init();
|
||||
#ifdef SLEEP_LED_ENABLE
|
||||
sleep_led_init();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue