I've read the MCM guides over at their Github page (I cannot post links?) and I have managed to create a page of my own with some options on it.
What I cannot figure out, and what the documentation seems to unfortunately lack, is how to actually use those configuration values in the rest of my mod?
One of my options is a Keymap Option. I'm able to get the OnOptionKeyMapChange Event and print the newly selected key to the screen (for testing), which is great. But I have a script written that fires when a currently-hard-coded key is pressed, and I'd like for it to fire when the configured key is pressed instead. I have a few Toggle Options that I would like to use to change the functionality of this script as well.
I've Googled every manner of Skyrim, SkyUI, and MCM to no avail.