-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create 1upslider8.json * Update 1upslider8.json
- Loading branch information
Showing
1 changed file
with
132 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,132 @@ | ||
{ | ||
"name": "1up Slider8", | ||
"vendorId": "0x6F75", | ||
"productId": "0x5611", | ||
"matrix": { "rows": 1, "cols": 9}, | ||
"keycodes": ["qmk_lighting"], | ||
"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", | ||
"Alphas/Mods", | ||
"Gradient Up/Down", | ||
"Gradient Left/Right", | ||
"Breathing", | ||
"Band Sat.", | ||
"Band Val.", | ||
"Pinwheel Sat.", | ||
"Pinwheel Val.", | ||
"Spiral Sat.", | ||
"Spiral Val.", | ||
"Cycle All", | ||
"Cycle Left/Right", | ||
"Cycle Up/Down", | ||
"Rainbow Moving Chevron", | ||
"Cycle Out/In", | ||
"Cycle Out/In Dual", | ||
"Cycle Pinwheel", | ||
"Cycle Spiral", | ||
"Dual Beacon", | ||
"Rainbow Beacon", | ||
"Rainbow Pinwheels", | ||
"Raindrops", | ||
"Jellybean Raindrops", | ||
"Hue Breathing", | ||
"Hue Pendulum", | ||
"Hue Wave", | ||
"Pixel Rain", | ||
"Pixel Flow", | ||
"Pixel Fractal", | ||
"Typing Heatmap", | ||
"Digital Rain", | ||
"Solid Reactive Simple", | ||
"Solid Reactive", | ||
"Solid Reactive Wide", | ||
"Solid Reactive Multiwide", | ||
"Solid Reactive Cross", | ||
"Solid Reactive Multicross", | ||
"Solid Reactive Nexus", | ||
"Solid Reactive Multinexus", | ||
"Splash", | ||
"Multisplash", | ||
"Solid Splash", | ||
"Solid Multisplash" | ||
] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} != 0 && {id_qmk_rgb_matrix_effect} != 1 && {id_qmk_rgb_matrix_effect} != 2 && {id_qmk_rgb_matrix_effect} != 3 && {id_qmk_rgb_matrix_effect} != 4", | ||
"label": "Effect Speed", | ||
"type": "range", | ||
"options": [0, 255], | ||
"content": ["id_qmk_rgb_matrix_effect_speed", 3, 3] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} == 2", | ||
"label": "Mod Color", | ||
"type": "range", | ||
"options": [0, 255], | ||
"content": ["id_qmk_rgb_matrix_effect_speed", 3, 3] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} == 2", | ||
"label": "Alpha Color", | ||
"type": "color", | ||
"content": ["id_qmk_rgb_matrix_color", 3, 4] | ||
}, | ||
{ | ||
"showIf": "{id_qmk_rgb_matrix_effect} == 3 || {id_qmk_rgb_matrix_effect} == 4", | ||
"label": "Gradient Range", | ||
"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} != 2 &&{id_qmk_rgb_matrix_effect} != 23 && {id_qmk_rgb_matrix_effect} != 27 && {id_qmk_rgb_matrix_effect} != 28", | ||
"label": "Color", | ||
"type": "color", | ||
"content": ["id_qmk_rgb_matrix_color", 3, 4] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"layouts": { | ||
"keymap": [ | ||
[ | ||
{ | ||
"x": 3 | ||
}, | ||
"0,0\n\n\n\n\n\n\n\n\ne0" | ||
], | ||
[ | ||
"0,1", | ||
"0,2", | ||
"0,3", | ||
"0,4" | ||
], | ||
[ | ||
"0,5", | ||
"0,6", | ||
"0,7", | ||
"0,8" | ||
] | ||
] | ||
} | ||
} |