remove unnecessary stuff
This commit is contained in:
@@ -36,21 +36,6 @@
|
|||||||
#define DEFAULT_BACKLIGHT 1
|
#define DEFAULT_BACKLIGHT 1
|
||||||
#define DEFAULT_BRIGHTNESS 200
|
#define DEFAULT_BRIGHTNESS 200
|
||||||
|
|
||||||
/* These are the keys for a (possibly) broken LK202-25...*/
|
|
||||||
/* NOTE: You should configure these settings in the configfile
|
|
||||||
* These defines are just used to get *some* defaults
|
|
||||||
*/
|
|
||||||
#define CWLNX_KEY_UP 'A'
|
|
||||||
#define CWLNX_KEY_DOWN 'B'
|
|
||||||
#define CWLNX_KEY_LEFT 'C'
|
|
||||||
#define CWLNX_KEY_RIGHT 'D'
|
|
||||||
#define CWLNX_KEY_YES 'E'
|
|
||||||
#define CWLNX_KEY_NO 'F'
|
|
||||||
|
|
||||||
#define DEFAULT_PAUSE_KEY CWLNX_KEY_UP
|
|
||||||
#define DEFAULT_BACK_KEY CWLNX_KEY_LEFT
|
|
||||||
#define DEFAULT_FORWARD_KEY CWLNX_KEY_RIGHT
|
|
||||||
#define DEFAULT_MAIN_MENU_KEY CWLNX_KEY_DOWN
|
|
||||||
|
|
||||||
MODULE_EXPORT int CwLnx_init(Driver * drvthis);
|
MODULE_EXPORT int CwLnx_init(Driver * drvthis);
|
||||||
MODULE_EXPORT void CwLnx_close(Driver * drvthis);
|
MODULE_EXPORT void CwLnx_close(Driver * drvthis);
|
||||||
|
|||||||
Reference in New Issue
Block a user