From a4d74d2fecb2752a6f367a3f52ce6afd67caa5e1 Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:35:26 +0100 Subject: [PATCH] Update v3/archerkeyboard/desire65/desire65.json --- v3/archerkeyboard/desire65/desire65.json | 39 +++++++++++++++++++----- 1 file changed, 32 insertions(+), 7 deletions(-) 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 @@ ] } } +