Skip to content

Make the LED key breathe slowly for a short time when the keyboard boots.

License

Notifications You must be signed in to change notification settings

glasser/Kaleidoscope-LEDEffect-BootGreeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaleidoscope-LEDEffect-BootGreeting

status

If you want to have your keyboard signal when it turns on, but you don't want to use any more complicated LED modes, this plugin is for you. It will make the LEDEffectNext key on your keymap slowly breathe for about ten seconds after plugging the keyboard in (without blocking the normal functionality of the keyboard, of course).

Using the plugin

To use the plugin, include the header, and tell Kaleidoscope to use the plugin:

#include <Kaleidoscope.h>
#include <Kaleidoscope-LEDEffect-BootGreeting.h>

void setup() {
  Kaleidoscope.use(&BootGreetingEffect, &LEDOff);

  Kaleidoscope.setup();
}

The plugin provides no methods or properties, the above is all it can do.

Dependencies

About

Make the LED key breathe slowly for a short time when the keyboard boots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published