Skip to content

Commit

Permalink
Change default RGB effect for momokai keypads to solid white (qmk#23217)
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee authored and mechlovin committed Apr 3, 2024
1 parent c51d493 commit 88b3bb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keyboards/momokai/aurora/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"pin": "C7"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_up_down": true,
"gradient_left_right": true,
Expand Down
6 changes: 6 additions & 0 deletions keyboards/momokai/tap_duo/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"pin": "F0"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_left_right": true,
"breathing": true,
Expand Down
6 changes: 6 additions & 0 deletions keyboards/momokai/tap_trio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"pin": "F0"
},
"rgb_matrix": {
"default": {
"animation": "solid_color",
"hue": 0,
"sat": 0,
"val": 200
},
"animations": {
"gradient_up_down": true,
"gradient_left_right": true,
Expand Down

0 comments on commit 88b3bb2

Please sign in to comment.