Skip to content

Commit

Permalink
keymaps: Fix hacker_dvorak build. (qmk#22102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apteryks authored and burkfers committed Sep 24, 2023
1 parent 592163a commit bb70398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {

switch (layer) {
case DVORAK:
rgblight_sethsv_noeeprom(GREEN);
rgblight_sethsv_noeeprom(HSV_GREEN);
rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT);

if (PLOVER_MODE) {
Expand Down

0 comments on commit bb70398

Please sign in to comment.