-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
207 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
{ | ||
"customMenus": [ | ||
{ | ||
"label": "Audio", | ||
"content": [ | ||
{ | ||
"label": "General", | ||
"content": [ | ||
{ | ||
"label": "Audio Enable", | ||
"type": "toggle", | ||
"content": ["id_qmk_audio_enable", 4, 1] | ||
}, | ||
{ | ||
"label": "Audio Clicky Enable", | ||
"type": "toggle", | ||
"content": ["id_qmk_audio_clicky_enable", 4, 2] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
[ | ||
{ | ||
"label": "Audio", | ||
"content": [ | ||
{ | ||
"label": "General", | ||
"content": [ | ||
{ | ||
"label": "Audio Enable", | ||
"type": "toggle", | ||
"content": ["id_qmk_audio_enable", 4, 1] | ||
}, | ||
{ | ||
"label": "Audio Clicky Enable", | ||
"type": "toggle", | ||
"content": ["id_qmk_audio_clicky_enable", 4, 2] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
{ | ||
"customMenus": [ | ||
{ | ||
"label": "Lighting", | ||
"content": [ | ||
{ | ||
"label": "Backlight", | ||
"content": [ | ||
{ | ||
"label": "Backlight Brightness", | ||
"type": "range", | ||
"options": [0, 255], | ||
"content": ["id_qmk_backlight_brightness", 1, 1] | ||
}, | ||
{ | ||
"label": "Backlight Effect", | ||
"type": "dropdown", | ||
"content": ["id_qmk_backlight_effect", 1, 2], | ||
"options": [ | ||
["Off", 0], | ||
["Breathing", 1] | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
[ | ||
{ | ||
"label": "Lighting", | ||
"content": [ | ||
{ | ||
"label": "Backlight", | ||
"content": [ | ||
{ | ||
"label": "Backlight Brightness", | ||
"type": "range", | ||
"options": [0, 255], | ||
"content": ["id_qmk_backlight_brightness", 1, 1] | ||
}, | ||
{ | ||
"label": "Backlight Effect", | ||
"type": "dropdown", | ||
"content": ["id_qmk_backlight_effect", 1, 2], | ||
"options": [ | ||
["Off", 0], | ||
["Breathing", 1] | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,80 @@ | ||
{ | ||
"customMenus": [ | ||
{ | ||
"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", 0], | ||
["Solid Color", 1], | ||
["Alphas Mods", 2], | ||
["Gradient Up/Down", 3], | ||
["Gradient Left/Right", 4], | ||
["Breathing", 5], | ||
["Band Sat.", 6], | ||
["Band Val.", 7], | ||
["Pinwheel Sat.", 8], | ||
["Pinwheel Val.", 9], | ||
["Spiral Sat.", 10], | ||
["Spiral Val.", 11], | ||
["Cycle All", 12], | ||
["Cycle Left/Right", 13], | ||
["Cycle Up/Down", 14], | ||
["Cycle Out/In", 15], | ||
["Cycle Out/In Dual", 16], | ||
["Rainbow Moving Chevron", 17], | ||
["Cycle Pinwheel", 18], | ||
["Cycle Spiral", 19], | ||
["Dual Beacon", 20], | ||
["Rainbow Beacon", 21], | ||
["Rainbow Pinwheels", 22], | ||
["Raindrops", 23], | ||
["Jellybean Raindrops", 24], | ||
["Typing Heatmap", 25], | ||
["Digital Rain", 26], | ||
["Solid Reactive Simple", 27], | ||
["Solid Reactive", 28], | ||
["Solid Reactive Wide", 29], | ||
["Solid Reactive Multi Wide", 30], | ||
["Solid Reactive Cross", 31], | ||
["Solid Reactive Multi Cross", 32], | ||
["Solid Reactive Nexus", 33], | ||
["Solid Reactive Multi Nexus", 34], | ||
["Spash", 35], | ||
["Multi Splash", 36], | ||
["Solid Splash", 37], | ||
["Solid Multi Splash", 38] | ||
] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} != 0", | ||
"label": "Effect Speed", | ||
"type": "range", | ||
"options": [0, 3], | ||
"content": ["id_qmk_rgb_matrix_effect_speed", 3, 3] | ||
}, | ||
{ | ||
"content": [ | ||
{ | ||
"label": "Color", | ||
"type": "color", | ||
"content": ["id_qmk_rgb_matrix_color", 3, 4] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
[ | ||
{ | ||
"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", 0], | ||
["Solid Color", 1], | ||
["Alphas Mods", 2], | ||
["Gradient Up/Down", 3], | ||
["Gradient Left/Right", 4], | ||
["Breathing", 5], | ||
["Band Sat.", 6], | ||
["Band Val.", 7], | ||
["Pinwheel Sat.", 8], | ||
["Pinwheel Val.", 9], | ||
["Spiral Sat.", 10], | ||
["Spiral Val.", 11], | ||
["Cycle All", 12], | ||
["Cycle Left/Right", 13], | ||
["Cycle Up/Down", 14], | ||
["Cycle Out/In", 15], | ||
["Cycle Out/In Dual", 16], | ||
["Rainbow Moving Chevron", 17], | ||
["Cycle Pinwheel", 18], | ||
["Cycle Spiral", 19], | ||
["Dual Beacon", 20], | ||
["Rainbow Beacon", 21], | ||
["Rainbow Pinwheels", 22], | ||
["Raindrops", 23], | ||
["Jellybean Raindrops", 24], | ||
["Typing Heatmap", 25], | ||
["Digital Rain", 26], | ||
["Solid Reactive Simple", 27], | ||
["Solid Reactive", 28], | ||
["Solid Reactive Wide", 29], | ||
["Solid Reactive Multi Wide", 30], | ||
["Solid Reactive Cross", 31], | ||
["Solid Reactive Multi Cross", 32], | ||
["Solid Reactive Nexus", 33], | ||
["Solid Reactive Multi Nexus", 34], | ||
["Spash", 35], | ||
["Multi Splash", 36], | ||
["Solid Splash", 37], | ||
["Solid Multi Splash", 38] | ||
] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} != 0", | ||
"label": "Effect Speed", | ||
"type": "range", | ||
"options": [0, 3], | ||
"content": ["id_qmk_rgb_matrix_effect_speed", 3, 3] | ||
}, | ||
{ | ||
"content": [ | ||
{ | ||
"label": "Color", | ||
"type": "color", | ||
"content": ["id_qmk_rgb_matrix_color", 3, 4] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.