This commit is contained in:
RogueMaster
2022-10-28 11:31:37 -04:00
parent 9b5b8b3858
commit 242c7f067e
5 changed files with 2 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

@@ -3,6 +3,7 @@
#include <furi_hal_usb_hid.h>
#include <gui/elements.h>
#include <gui/icon_i.h>
#include <USB_Keyboard_icons.h>
struct UsbHidKeyboard {
View* view;
@@ -2,6 +2,7 @@
#include <furi.h>
#include <furi_hal_usb_hid.h>
#include <gui/elements.h>
#include <USB_Keyboard_icons.h>
struct UsbHidMouse {
View* view;