summaryrefslogtreecommitdiffstats
path: root/src/detection/keyboard/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detection/keyboard/keyboard.h')
-rw-r--r--src/detection/keyboard/keyboard.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/detection/keyboard/keyboard.h b/src/detection/keyboard/keyboard.h
new file mode 100644
index 0000000..6838a9c
--- /dev/null
+++ b/src/detection/keyboard/keyboard.h
@@ -0,0 +1,8 @@
+#include "fastfetch.h"
+
+typedef struct FFKeyboardDevice {
+ FFstrbuf serial;
+ FFstrbuf name;
+} FFKeyboardDevice;
+
+const char* ffDetectKeyboard(FFlist* devices /* List of FFKeyboardDevice */);