Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New keyboard: Ashwing66 #2311

Merged
merged 4 commits into from
Jul 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Custom UI to limit to only configured effects in QMK firmware
  • Loading branch information
gzowski authored Jul 6, 2024
commit acca66a8f8235e3536cb0c20213bb854da573d2a
93 changes: 92 additions & 1 deletion v3/ashwing66/ashwing66.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,99 @@
"name":"Ashwing66",
"vendorId":"0x7372",
"productId":"0x6F64",
"keycodes":[
"qmk_lighting"
],
"menus":[
gzowski marked this conversation as resolved.
Show resolved Hide resolved
"qmk_rgb_matrix"
{
"label":"Lighting",
"content":[
{
"label":"Backlight",
"content":[
{
"label":"Brightness",
"type":"range",
"options":[
0,
200
],
"content":[
"id_qmk_rgb_matrix_brightness",
3,
1
]
},
{
"label":"Effect",
"type":"dropdown",
"content":[
"id_qmk_rgb_matrix_effect",
3,
2
],
"options":[
"All Off",
"Solid Color",
"Alphas Mods",
"Gradient Up/Down",
"Gradient Left/Right",
"Breathing",
"Band Sat.",
"Band Val.",
"Pinwheel Sat.",
"Pinwheel Val.",
"Spiral Sat.",
"Spiral Val.",
"Cycle All",
"Cycle Left/Right",
"Cycle Up/Down",
"Rainbow Moving Chevron",
"Cycle Out/In",
"Cycle Out/In Dual",
"Cycle Pinwheel",
"Cycle Spiral",
"Dual Beacon",
"Rainbow Beacon",
"Rainbow Pinwheels",
"Raindrops",
"Jellybean Raindrops",
"Hue Breathing",
"Hue Pendulum",
"Hue Wave",
"Pixel Rain",
"Pixel Flow",
"Pixel Fractal"
]
},
{
"showIf":"{id_qmk_rgb_matrix_effect} != 0",
"label":"Effect Speed",
"type":"range",
"options":[
0,
255
],
"content":[
"id_qmk_rgb_matrix_effect_speed",
3,
3
]
},
{
"showIf":"{id_qmk_rgb_matrix_effect} != 0 && {id_qmk_rgb_matrix_effect} != 24 && {id_qmk_rgb_matrix_effect} != 28 && {id_qmk_rgb_matrix_effect} != 29 && {id_qmk_rgb_matrix_effect} != 32",
"label":"Color",
"type":"color",
"content":[
"id_qmk_rgb_matrix_color",
3,
4
]
}
]
}
]
}
],
"matrix":{
"rows":5,
Expand Down
Loading