Skip to content

Commit

Permalink
Set Melody96 underglow color to Godspeed blue on EEPROM reset
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan committed Mar 2, 2019
1 parent f09a237 commit 8e0dfdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/melody96/keymaps/konstantin/keymap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#include QMK_KEYBOARD_H
#include "konstantin.h"

void eeconfig_init_keymap(void) {
rgblight_sethsv(GODSPEED_BLUE.h, GODSPEED_BLUE.s, GODSPEED_BLUE.v);
}

enum keycodes_keymap {
RGB_SET = RANGE_KEYMAP,
};
Expand Down

0 comments on commit 8e0dfdf

Please sign in to comment.