From 8a572c7d794617bf7459a2cd13af6393042fe60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=9A=E6=98=8E?= <110142291+shangmingzhang@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:44:17 +0800 Subject: [PATCH] Update Dymium65.JSON (#1993) --- v3/dotmod/dymium65.json | 64 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/v3/dotmod/dymium65.json b/v3/dotmod/dymium65.json index aecd3ab81d..75062a72f3 100644 --- a/v3/dotmod/dymium65.json +++ b/v3/dotmod/dymium65.json @@ -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": [