Firmware for the Keyboardio Model 01 and other keyboards with AVR or ARM MCUs.
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.
 
 
 
 
 
 
Go to file
Jesse Vincent f2ee554ce6
make astyle
7 years ago
examples/EEPROM-Keymap-Programmer make astyle 7 years ago
src make astyle 7 years ago
.gitignore Initial import 8 years ago
.travis.yml New build infrastructure 7 years ago
COPYING Initial import 8 years ago
Makefile New build infrastructure 7 years ago
README.md Initial import 8 years ago
library.properties Initial import 8 years ago

README.md

Kaleidoscope-EEPROM-Keymap-Programmer

status Build Status

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.