Don't do the bootAnimation in the default example

Because the animation saves if it has been run, it may do so during
factory testing. But running it every time is annoying, too. So as per
@obra's request, the code for the animation is kept, but removed from
the default sketch.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/55/head
Gergely Nagy 8 years ago
parent 06d38a1bda
commit 957cefb3dc

@ -8,7 +8,6 @@
#include "KeyboardioFirmware.h"
#include "generated/keymaps.h"
#include "BootAnimation.h"
#include "LED-Off.h"
#include "LED-SolidColor.h"
#include "LED-Numlock.h"
@ -42,7 +41,6 @@ static LEDNumlock numLockEffect (NUMPAD_KEYMAP);
void setup() {
Keyboardio.setup(KEYMAP_SIZE);
bootAnimation();
}

Loading…
Cancel
Save