Skip to content

Commit

Permalink
Removed indicator LED custom menus
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-ele authored Oct 24, 2023
1 parent 57875e0 commit ffdf8c0
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions v3/viktus/sp111/sp111_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,6 @@
"rows": 12,
"cols": 11
},
"menus": [
{
"label": "Lighting",
"content": [
{
"label": "Caps Lock Indicator",
"content": [
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_caps_indicator_brightness", 1, 2]
},
{
"label": "Color",
"type": "color",
"content": ["id_caps_indicator_color", 1, 3]
}
]
},
{
"label": "Scroll Lock Indicator",
"content": [
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_scroll_indicator_brightness", 1, 5]
},
{
"label": "Color",
"type": "color",
"content": ["id_scroll_indicator_color", 1, 6]
}
]
},
{
"label": "Num Lock Indicator",
"content": [
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_caps_indicator_brightness", 1, 8]
},
{
"label": "Color",
"type": "color",
"content": ["id_caps_indicator_color", 1, 9]
}
]
}
]
}
],
"layouts": {
"labels": [
"Split Backspace",
Expand Down

0 comments on commit ffdf8c0

Please sign in to comment.