Send the final position of the configuration parser to the host
This commit is contained in:
@@ -193,7 +193,11 @@ void uploadConfig()
|
||||
|
||||
void applyConfig()
|
||||
{
|
||||
setError(ParseKeymap(ConfigBuffer));
|
||||
serialized_buffer_t buffer = { ConfigBuffer, 0 };
|
||||
|
||||
GenericHidOutBuffer[0] = ParseKeymap(&buffer);
|
||||
GenericHidOutBuffer[1] = buffer.offset;
|
||||
GenericHidOutBuffer[2] = buffer.offset >> 8;
|
||||
}
|
||||
|
||||
void setLedPwm()
|
||||
|
||||
Reference in New Issue
Block a user