diff options
| author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-02-22 15:10:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-22 10:10:41 -0500 |
| commit | eb9c2429c69cf034fb3938f0533d15457a2d7820 (patch) | |
| tree | a2799d513376501f3d7c31bd5e1c4ceed18754b0 /tmk_core | |
| parent | 1327208449826c76be02ba5475ac26177dd24c45 (diff) | |
| download | qmk_firmware-eb9c2429c69cf034fb3938f0533d15457a2d7820.tar.gz qmk_firmware-eb9c2429c69cf034fb3938f0533d15457a2d7820.zip | |
Update main.c (#8198)
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/vusb/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c index 06dc8ae67..1e9d65be0 100644 --- a/tmk_core/protocol/vusb/main.c +++ b/tmk_core/protocol/vusb/main.c | |||
| @@ -59,12 +59,12 @@ int main(void) { | |||
| 59 | #endif | 59 | #endif |
| 60 | keyboard_setup(); | 60 | keyboard_setup(); |
| 61 | 61 | ||
| 62 | keyboard_init(); | ||
| 63 | host_set_driver(vusb_driver()); | 62 | host_set_driver(vusb_driver()); |
| 64 | |||
| 65 | debug("initForUsbConnectivity()\n"); | 63 | debug("initForUsbConnectivity()\n"); |
| 66 | initForUsbConnectivity(); | 64 | initForUsbConnectivity(); |
| 67 | 65 | ||
| 66 | keyboard_init(); | ||
| 67 | |||
| 68 | debug("main loop\n"); | 68 | debug("main loop\n"); |
| 69 | while (1) { | 69 | while (1) { |
| 70 | #if USB_COUNT_SOF | 70 | #if USB_COUNT_SOF |
