Model100: Set the BootGreetingEffect color to green

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1201/head
Gergely Nagy 2 years ago
parent da024d6bf9
commit b243b0c1c5
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -557,6 +557,10 @@ void setup() {
// First, call Kaleidoscope's internal setup function
Kaleidoscope.setup();
// Set the hue of the boot greeting effect to something that will result in a
// nice green color.
BootGreetingEffect.hue = 85;
// While we hope to improve this in the future, the NumPad plugin
// needs to be explicitly told which keymap layer is your numpad layer
NumPad.numPadLayer = NUMPAD;

Loading…
Cancel
Save