summaryrefslogtreecommitdiff
path: root/lcdkeyconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcdkeyconf.h')
-rw-r--r--lcdkeyconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lcdkeyconf.h b/lcdkeyconf.h
new file mode 100644
index 0000000..ee4f843
--- /dev/null
+++ b/lcdkeyconf.h
@@ -0,0 +1,7 @@
+// LCDproc keys
+
+const unsigned int LcdMaxKeys = 5;
+const unsigned char LcdShiftKey = '#';
+const unsigned char LcdUsedKeys[LcdMaxKeys] = {'0', '3', '6', 'A', '#'};
+//const eKeys LcdNormalMap[LcdMaxKeys] = { kBack, kLeft, kPower, kVolDn, kMute};
+//const eKeys LcdShiftMap[LcdMaxKeys] = { k1, k2, kOk, k4, k8};