Skip to content

Commit

Permalink
Wrong char for RMOD
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Dec 21, 2024
1 parent a257ce1 commit 1673375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/keycodes/kb-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default [
{ name: 'RGB Mode T', code: 'RGB_M_T', title: 'RGB Mode: Test' },
{ width: 0 },
{ width: 1000 },
{ name: 'RGB Mode ', code: 'RGB_RMOD', title: 'Previous RGB mode' },
{ name: 'RGB Mode ', code: 'RGB_RMOD', title: 'Previous RGB mode' },
{ name: 'Hue ▾', code: 'RGB_HUD', title: 'Decrease hue' },
{ name: 'Sat ▾', code: 'RGB_SAD', title: 'Decrease saturation' },
{ name: 'Bright ▾', code: 'RGB_VAD', title: 'Decrease value' },
Expand Down

0 comments on commit 1673375

Please sign in to comment.