mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2025-02-16 15:00:10 -05:00
Fix ifdef.
This commit is contained in:
parent
62a3257275
commit
efb97679df
@ -7,6 +7,7 @@
|
|||||||
/* Set up event to read from */
|
/* Set up event to read from */
|
||||||
#define INPUT_PATH "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
#define INPUT_PATH "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Now follows keymapping, do not touch ifdef */
|
/* Now follows keymapping, do not touch ifdef */
|
||||||
#ifdef H_IN_CASE
|
#ifdef H_IN_CASE
|
||||||
@ -51,4 +52,3 @@ KEYMAP(KEY_Q, BTN_2, EV_KEY, 1, )
|
|||||||
KEYMAP(KEY_2, BTN_3, EV_KEY, 1,)
|
KEYMAP(KEY_2, BTN_3, EV_KEY, 1,)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user