mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
This commit is contained in:
@@ -100,16 +100,13 @@ void V2Protocol_ProcessCommand(void)
|
||||
ISPProtocol_SPIMulti();
|
||||
break;
|
||||
#endif
|
||||
#if defined(ENABLE_PDI_PROTOCOL)
|
||||
#if defined(ENABLE_XPROG_PROTOCOL)
|
||||
case CMD_XPROG_SETMODE:
|
||||
PDIProtocol_XPROG_SetMode();
|
||||
XPROGProtocol_SetMode();
|
||||
break;
|
||||
case CMD_XPROG:
|
||||
PDIProtocol_XPROG_Command();
|
||||
XPROGProtocol_Command();
|
||||
break;
|
||||
#endif
|
||||
#if defined(ENABLE_TPI_PROTOCOL)
|
||||
// TODO
|
||||
#endif
|
||||
default:
|
||||
V2Protocol_UnknownCommand(V2Command);
|
||||
|
||||
Reference in New Issue
Block a user