Skip to content

Commit

Permalink
red as default
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-cullmann committed Nov 5, 2024
1 parent 277bcce commit 25f7499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/keymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
const uint8_t layer = get_highest_layer(state);
switch (layer) {
case _DEF:
rgblight_sethsv_noeeprom(HSV_WHITE);
rgblight_sethsv_noeeprom(HSV_RED);
break;

case _NUM:
Expand All @@ -176,7 +176,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
break;

case _SYM:
rgblight_sethsv_noeeprom(HSV_RED);
rgblight_sethsv_noeeprom(HSV_WHITE);
break;

case _FUN:
Expand Down

0 comments on commit 25f7499

Please sign in to comment.