Skip to content

Commit

Permalink
Update keymap.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MythosMann committed Aug 28, 2019
1 parent 411c7ad commit f314a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmk_firmware/keyboards/tg4x/keymaps/mythosmann_split/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void update_led(void) {
rgblight_sethsv_range(0,255,125,1,7);
break;
case _OL:
rgblight_sethsv_range(350,20,240,1,7);
rgblight_sethsv_range(255,20,240,1,7);
break;
case _GL:
rgblight_sethsv_range(35,255,255,1,7);
Expand All @@ -181,7 +181,7 @@ void update_led(void) {
rgblight_sethsv_range(0,255,125,1,7);
break;
case _OL:
rgblight_sethsv_range(350,20,240,1,7);
rgblight_sethsv_range(255,20,240,1,7);
break;
case _GL:
rgblight_sethsv_range(35,255,255,1,7);
Expand Down

0 comments on commit f314a1e

Please sign in to comment.