somakeit / smib

1 stars 0 forks source link

Refactor SMIBHID config.py into config.json #250

Open sjefferson99 opened 1 month ago

sjefferson99 commented 1 month ago

To better support manipulating and storing new config values in code. Need to refactor config.py to be a JSON file and write appropriate load and save methods, update the config checker module and ensure config is still presented as an importable module for other modules using it.