Add ergodash layout, update the backlight numbers for the rgb backlight to be the actual intended colors.

This commit is contained in:
Fredric Silberberg
2019-06-19 00:50:05 -07:00
committed by Drashna Jaelre
parent e15417eca8
commit b36bb58b76
6 changed files with 122 additions and 3 deletions

View File

@ -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