mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Set Melody96 underglow color to Godspeed blue on EEPROM reset
This commit is contained in:
parent
f09a237a07
commit
8e0dfdfb53
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue