Add ergodash layout, update the backlight numbers for the rgb backlight to be the actual intended colors.
This commit is contained in:
parent
e15417eca8
commit
b36bb58b76
6 changed files with 122 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue