Adding outputDebug command

- Displays all of the bytes sent via USB
- Different display mode for NKRO and Boot modes
This commit is contained in:
Jacob Alexander 2015-02-21 13:06:28 -08:00
parent 7a7b73ca4a
commit 7597fea053
3 changed files with 83 additions and 1 deletions

View file

@ -81,6 +81,8 @@ extern USBKeyChangeState USBKeys_Changed;
extern uint8_t Output_Available; // 0 - Output module not fully functional, 1 - Output module working
extern uint8_t Output_DebugMode; // 0 - Debug disabled, 1 - Debug enabled
// ----- Capabilities -----