Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
This commit is contained in:
parent
35fd4e2aae
commit
09a9a5c257
69 changed files with 131 additions and 41 deletions
|
|
@ -176,6 +176,7 @@ RGBController_DuckyKeyboard::RGBController_DuckyKeyboard(DuckyKeyboardController
|
|||
ducky = ducky_ptr;
|
||||
|
||||
name = "Ducky Keyboard Device";
|
||||
vendor = "Ducky";
|
||||
type = DEVICE_TYPE_KEYBOARD;
|
||||
description = "Ducky Keyboard Device";
|
||||
location = ducky->GetDeviceLocation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue