Skip to content

avonderluft/Kaleidoscope-LED-ChristmasLights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaleidoscope-LED-ChristmasLights

Turns your keyboard into blinking Christmas lights.

Using the plugin

  • git clone https://github.com/avonderluft/Kaleidoscope-LED-ChristmasLights in the Arduino libaries directory
  • include the header and select the effect in your sketch
  • compile your sketch
#include <Kaleidoscope.h>
#include <Kaleidoscope-LEDControl.h>
#include <Kaleidoscope-LED-ChristmasLights.h>

KALEIDOSCOPE_INIT_PLUGINS(
  LEDControl,
  LEDOff,
  LEDChristmasLights,
  ...
);

void setup() {
  // Optional setting for blink delay in ms.  Default 1000
  LEDChristmasLights.blink_delay = 700;
  

Dependencies

Acknowledgements

Parts of this code gratefully borrowed from https://github.com/ToyKeeper/Kaleidoscope-LED-Wavepool/

About

Blinking Christmas Lights LED effect for Keyboardio Model01

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published