CharaChorder / charachorder.py

A wrapper for CharaChorder's Serial API written in Python
https://charachorder.github.io/charachorder.py/
MIT License
1 stars 0 forks source link

JSON store to import/export configurations #7

Open GetPsyched opened 3 days ago

GetPsyched commented 3 days ago

Aiming at two use cases for this:

  1. Sharing configurations
  2. Declarative management of configurations

Not much to detail on this, but obligatory ping to @theaninova since anything of this sort must be inter-operable among all official CC interfaces

Raymo111 commented 3 days ago

We have a JSON format that does this used by device manager backups, you can try and support that format.

See https://github.com/CharaChorder/DeviceManager/blob/bf490ba823b5d06e5ed7b34c5e7dcc862b197fc5/src/lib/share/chara-file.ts and related files for reference.

GetPsyched commented 3 days ago

Awesome, thanks for the reference!