Skip to content

Commit

Permalink
Update core menus
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Jul 22, 2022
1 parent d41f313 commit d02c9b0
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 215 deletions.
46 changes: 22 additions & 24 deletions common-menus/qmk_audio.json
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]
}
]
}
]
}
]
56 changes: 27 additions & 29 deletions common-menus/qmk_backlight.json
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]
]
}
]
}
]
}
]
162 changes: 80 additions & 82 deletions common-menus/qmk_rgb_matrix.json
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]
}
]
}
]
}
]
}
]
Loading

0 comments on commit d02c9b0

Please sign in to comment.