You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
Kaleidoscope-EEPROM-Keymap-Programmer
TODO
Using the plugin
TODO
#include <Kaleidoscope.h>
#include <Kaleidoscope-EEPROM-Keymap.h>
#include <Kaleidoscope-EEPROM-Keymap-Programmer.h>
void setup () {
Kaleidoscope.setup ();
USE_PLUGINS (&EEPROMKeymapProgrammer, &EEPROMKeymap);
// TODO
}
Plugin methods
The plugin provides the EEPROMKeymapProgrammer
object, which has the following methods:
TODO
Dependencies
Further reading
Starting from the example is the recommended way of getting started with the plugin.