diff --git a/v3/archerkeyboard/desire65/desire65.json b/v3/archerkeyboard/desire65/desire65.json index 4e1b47eb45..264b49b7c8 100644 --- a/v3/archerkeyboard/desire65/desire65.json +++ b/v3/archerkeyboard/desire65/desire65.json @@ -6,7 +6,9 @@ "rows": 5, "cols": 16 }, - "keycodes": [ "qmk_lighting" ], + "keycodes": [ + "qmk_lighting" + ], "menus": [ { "label": "Lighting", @@ -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", @@ -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 + ] } ] } @@ -229,3 +253,4 @@ ] } } +