README.md: Properties are not methods

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent 407a30f5fd
commit cfbb587710

@ -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

Loading…
Cancel
Save