blob: ee4f843eae7a9dd2a34d8e25d60bfb17c7e3c73a (
plain)
1
2
3
4
5
6
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};
|