Skip to content

Commit

Permalink
Update Dymium65.JSON (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
shangmingzhang authored Aug 26, 2023
1 parent 5d5c971 commit 8a572c7
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion v3/dotmod/dymium65.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,69 @@
"vendorId": "0x5678",
"productId": "0x5058",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"menus":
[
{
"label": "Lighting",
"content":
[
{
"label": "Backlight",
"content":
[
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"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",
"Breathing",
"Band Val.",
"Pinwheel Sat.",
"Pinwheel Val.",
"Cycle All",
"Cycle Left/Right",
"Cycle Up/Down",
"Rainbow Moving Chevron",
"Cycle Out/In Dual",
"Cycle Spiral",
"Rainbow Beacon",
"Rainbow Pinwheels",
"Raindrops",
"Pixel Flow",
"Solid Reactive",
"Solid Reactive Multi Wide",
"Solid Reactive Cross",
"Solid Reactive Multi Nexus",
"Spash"
]
},
{
"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": 6,"cols": 16},
"layouts": {
"keymap": [
Expand Down

0 comments on commit 8a572c7

Please sign in to comment.