Adding outputDebug command
- Displays all of the bytes sent via USB - Different display mode for NKRO and Boot modes
This commit is contained in:
parent
7a7b73ca4a
commit
7597fea053
3 changed files with 83 additions and 1 deletions
|
@ -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 -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue