New Keysets
[pierogi] / keysets / wiwa.h
diff --git a/keysets/wiwa.h b/keysets/wiwa.h
new file mode 100644 (file)
index 0000000..82da580
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef WIWA_H
+#define WIWA_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class WiwaSTB1: public PIRKeysetMetaData
+{
+public:
+  WiwaSTB1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // WIWA_H