Add ergodash layout, update the backlight numbers for the rgb backlight to be the actual intended colors.
This commit is contained in:
committed by
Drashna Jaelre
parent
e15417eca8
commit
b36bb58b76
@ -5,15 +5,15 @@ void layer_state_set_rgb(uint32_t state) {
|
||||
switch (biton32(state)) {
|
||||
case BASE:
|
||||
// purple
|
||||
rgblight_sethsv_noeeprom(255, 255, 20);
|
||||
rgblight_sethsv_noeeprom(210, 255, 20);
|
||||
break;
|
||||
case SYMB:
|
||||
// blue
|
||||
rgblight_sethsv_noeeprom(240, 255, 20);
|
||||
rgblight_sethsv_noeeprom(191, 255, 20);
|
||||
break;
|
||||
case VIM:
|
||||
// green
|
||||
rgblight_sethsv_noeeprom(120, 255, 20);
|
||||
rgblight_sethsv_noeeprom(85, 255, 20);
|
||||
break;
|
||||
case GAME:
|
||||
// red
|
||||
|
Reference in New Issue
Block a user