New Keysets
[pierogi] / keysets / keymat.h
diff --git a/keysets/keymat.h b/keysets/keymat.h
new file mode 100644 (file)
index 0000000..372129f
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef KEYMAT_H
+#define KEYMAT_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class KeymatTV1: public PIRKeysetMetaData
+{
+public:
+  KeymatTV1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class KeymatTV2: public PIRKeysetMetaData
+{
+public:
+  KeymatTV2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // KEYMAT_H