/* Vomp local config file To use, rename to config.json and place in the current working directory for vompclient This file is optional. All fields are optional Anything in here overrides program defaults Example data is shown below */ { "main": { "debug": false, "daemonize": true }, "log": { "enabled": true, "filename": "stdout", "level": "debug" }, "input": { "mod_cec_enabled": true, "mod_udp_enabled": true, "mod_lirc_enabled": true }, "input_lirc": { "lirc_ip": "192.0.2.0", "lirc_port": 8765, "remotes": [ "lirc-remote-name-1", "lirc-remote-name-2" ], "lirc-remote-name-1": { "KEY_POWER": "POWER", "KEY_MUTE": "MUTE" /* etc. List all keys to be used by Vomp On the left - the Lirc key name. On the right - the Vomp keyname. See input.h (for now) */ }, "lirc-remote-name-2": { } } }