Skip to content

Commit

Permalink
Update v3/archerkeyboard/desire65/desire65.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored Dec 18, 2024
1 parent bf0b70e commit a4d74d2
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions v3/archerkeyboard/desire65/desire65.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"rows": 5,
"cols": 16
},
"keycodes": [ "qmk_lighting" ],
"keycodes": [
"qmk_lighting"
],
"menus": [
{
"label": "Lighting",
Expand All @@ -17,13 +19,24 @@
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgblight_brightness", 2, 1]
"options": [
0,
255
],
"content": [
"id_qmk_rgblight_brightness",
2,
1
]
},
{
"label": "Effect",
"type": "dropdown",
"content": ["id_qmk_rgblight_effect", 2, 2],
"content": [
"id_qmk_rgblight_effect",
2,
2
],
"options": [
"All Off",
"Solid Color",
Expand Down Expand Up @@ -62,14 +75,25 @@
"showIf": "{id_qmk_rgblight_effect} != 0",
"label": "Effect Speed",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgblight_effect_speed", 2, 3]
"options": [
0,
255
],
"content": [
"id_qmk_rgblight_effect_speed",
2,
3
]
},
{
"showIf": "{id_qmk_rgblight_effect} != 0 && {id_qmk_rgblight_effect} != 35",
"label": "Color",
"type": "color",
"content": ["id_qmk_rgblight_color", 2, 4]
"content": [
"id_qmk_rgblight_color",
2,
4
]
}
]
}
Expand Down Expand Up @@ -229,3 +253,4 @@
]
}
}

0 comments on commit a4d74d2

Please sign in to comment.