charliefoxtwo / ViLA

Virpil LED Automator - a tool for programmatically changing the LEDs on your Virpil USB device.
GNU General Public License v3.0
39 stars 10 forks source link

Configure plugins #9

Closed charliefoxtwo closed 3 years ago

charliefoxtwo commented 3 years ago

Many plugins will have configuration (e.g. where is the game located, etc) and that configuration will need to be surfaced somehow (rather than relying on plugins to figure out config reading on their own).

charliefoxtwo commented 3 years ago

Configuration is varied enough that realistically plugins will have to sort out their own configuration, though the wiki will provide documentation on how to do so. In the future UI, we can still surface config.json files within the plugin folders for editing.