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
Gergely Nagy 035c95a207
No need to consume the trailing \n anymore
8 years ago
examples/EEPROM-Keymap Update to use the new EEPROM-Settings library 8 years ago
src No need to consume the trailing \n anymore 8 years ago
.gitignore Initial import 8 years ago
.travis.yml Travis: Remove obsolete workarounds 8 years ago
COPYING Initial import 8 years ago
README.md Initial import 8 years ago
library.properties Initial import 8 years ago

README.md

Kaleidoscope-EEPROM-Keymap

status Build Status

TODO

Using the plugin

TODO

#include <Kaleidoscope.h>
#include <Kaleidoscope-EEPROM-Keymap.h>

void setup () {
  Kaleidoscope.setup ();
  
  USE_PLUGINS (&EEPROMKeymap);

  // TODO
}

Plugin methods

The plugin provides the EEPROMKeymap object, which has the following methods:

TODO

Further reading

Starting from the example is the recommended way of getting started with the plugin.