Fix ifdef.

This commit is contained in:
Merlijn Wajer 2012-12-04 20:26:33 +01:00
parent 62a3257275
commit efb97679df

View File

@ -7,6 +7,7 @@
/* Set up event to read from */
#define INPUT_PATH "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
#endif
/* Now follows keymapping, do not touch ifdef */
#ifdef H_IN_CASE
@ -51,4 +52,3 @@ KEYMAP(KEY_Q, BTN_2, EV_KEY, 1, )
KEYMAP(KEY_2, BTN_3, EV_KEY, 1,)
#endif
#endif