mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-22 08:12:14 -05:00
Fix ifdef.
This commit is contained in:
parent
62a3257275
commit
efb97679df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user