diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-16 16:10:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-16 16:10:41 +0300 |
commit | fc0cde0e2a18d234bcea5b396ff61761cbc6560c (patch) | |
tree | cdd2214d8d449bd711bb2490f1571bfb38e03e11 /app-misc/g15daemon/files/g15daemon.conf | |
parent | 5765bac9095a12ee28525fec1036ad926827b93b (diff) |
quick and dirty ebuilds for my new keyboard (cource live from source repo)
Diffstat (limited to 'app-misc/g15daemon/files/g15daemon.conf')
-rw-r--r-- | app-misc/g15daemon/files/g15daemon.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/g15daemon/files/g15daemon.conf b/app-misc/g15daemon/files/g15daemon.conf new file mode 100644 index 0000000..2d2bfc3 --- /dev/null +++ b/app-misc/g15daemon/files/g15daemon.conf @@ -0,0 +1,27 @@ +# G15Daemon Configuration File +# any items entered before a [section] header +# will be in the Global config space +# comments you wish to keep should start with a semicolon';' + +[Global] +Use MR as Cycle Key: Off + +[PLUGIN_LOAD_ORDER] +0: g15plugin_uinput.so +1: g15plugin_clock.so +2: g15plugin_tcpserver.so +TotalPlugins: 3 + +[PLUGINS] +Linux UINPUT Keyboard Output: Load +Clock: Load +LCDServer: Load + +[Keyboard OS Mapping (uinput)] +device: /dev/input/uinput +Lkeys.mapped: 0 + +[Clock] +24hrFormat: On +ShowDate: Off +Digital: On |