mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-21 16:05:00 -05:00
Merge branch 'master' into input-clone
This commit is contained in:
commit
01b5b98b8b
@ -1,3 +1,6 @@
|
||||
uinput-mapper
|
||||
=============
|
||||
|
||||
uinput-mapper maps input devices to new virtual input devices, using (as implied
|
||||
by the name /dev/uinput[1]).
|
||||
|
||||
@ -9,7 +12,8 @@ Comments, feedback, success stories, bugs and rants all welcome.
|
||||
|
||||
[1] Or /dev/input/uinput depending on the OS.
|
||||
|
||||
= Building =
|
||||
Building
|
||||
========
|
||||
|
||||
Simply:
|
||||
|
||||
@ -17,7 +21,8 @@ Simply:
|
||||
|
||||
to build the program. But you probably want to configure it first.
|
||||
|
||||
= Configuration =
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Configuration is done in the C preprocessor (and just C), recompile if you make
|
||||
changes. Symlink "config.h" to an configuration file in confs/ (or just create
|
||||
@ -27,7 +32,8 @@ it). The example config confs/techinc-arcade.h is documented and should
|
||||
Mind you that invalid configurations can lead to compile-time and run-time
|
||||
errors.
|
||||
|
||||
= Bugs =
|
||||
Bugs
|
||||
====
|
||||
|
||||
None that I am aware of, but if you find some please drop me a mail at
|
||||
http://wizzup.org.
|
Loading…
Reference in New Issue
Block a user