uinput-mapper/README.rst

40 lines
931 B
ReStructuredText
Raw Normal View History

2013-03-14 08:41:05 -04:00
uinput-mapper
=============
2012-12-11 15:13:57 -05:00
uinput-mapper maps input devices to new virtual input devices, using (as implied
by the name /dev/uinput[1]).
2012-12-04 18:49:30 -05:00
2012-12-11 15:13:57 -05:00
Configuration is done in the C language (preprocessor mostly) to keep things
simple and clean.
2012-12-04 18:49:30 -05:00
2012-12-11 15:13:57 -05:00
Comments, feedback, success stories, bugs and rants all welcome.
[1] Or /dev/input/uinput depending on the OS.
2013-03-14 08:41:05 -04:00
Building
========
2012-12-11 15:13:57 -05:00
Simply:
make
to build the program. But you probably want to configure it first.
2013-03-14 08:41:05 -04:00
Configuration
=============
2012-12-11 15:13:57 -05:00
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
it). The example config confs/techinc-arcade.h is documented and should
(hopefully) be clear enough.
Mind you that invalid configurations can lead to compile-time and run-time
errors.
2013-03-14 08:41:05 -04:00
Bugs
====
2012-12-11 15:13:57 -05:00
None that I am aware of, but if you find some please drop me a mail at
http://wizzup.org.