Fix the example

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent f83ac78605
commit 8b6653d3c8

@ -22,7 +22,7 @@
#include <Kaleidoscope-FingerPainter.h>
#include <Kaleidoscope-Macros.h>
#include "LEDOff.h"
#include "LED-Off.h"
const Key keymaps[][ROWS][COLS] PROGMEM = {
[0] = KEYMAP_STACKED
@ -61,6 +61,7 @@ void setup () {
USE_PLUGINS (&LEDOff, &EEPROMSettings, &FingerPainter, &Macros);
FingerPainter.configure ();
FingerPainter.defaultPalette = FINGERPAINTER_PALETTE_EGA;
EEPROMSettings.seal ();

Loading…
Cancel
Save