diff --git a/README.md b/README.md index fae5226a..ac892c0a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ take over. ## Plugin methods -The plugin provides the `EEPROMKeymapProgrammer` object, which has the following methods: +The plugin provides the `EEPROMKeymapProgrammer` object, which has the following +methods and properties: ### `.activate()` @@ -100,12 +101,10 @@ The plugin provides the `EEPROMKeymapProgrammer` object, which has the following ### `.mode` -> The mode to use for editing: either +> Set this property to the mode to use for editing: either > `kaleidoscope::EEPROMKeymapProgrammer::COPY`, or > `kaleidoscope::EEPROMKeymapProgrammer::CODE`. > -> Not strictly a method, it is a variable one can assign a new value to. -> > Defaults to `kaleidoscope::EEPROMKeymapProgrammer::CODE`. ## Focus commands