Browse Source

Change debug print config

pull/6/head
Jun Wako 9 years ago
parent
commit
27795b6b19
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      converter/usb_usb/main.cpp

+ 2
- 0
converter/usb_usb/main.cpp View File

@ -72,9 +72,11 @@ int main(void)
LED_TX_ON;
debug_enable = true;
/*
debug_matrix = true;
debug_keyboard = true;
debug_mouse = true;
*/
host_set_driver(&lufa_driver);
keyboard_init();


Loading…
Cancel
Save