Skip to content

Commit

Permalink
Update v3/phentech/rpk_001/rpk_001.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itarze authored Oct 9, 2023
1 parent 6a8c702 commit 3849576
Showing 1 changed file with 1 addition and 83 deletions.
84 changes: 1 addition & 83 deletions v3/phentech/rpk_001/rpk_001.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,89 +3,7 @@
"vendorId": "0xAC12",
"productId": "0x2236",
"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", 0],
["Solid Color", 1],
["Alphas Mods", 2],
["Gradient Up Down", 3],
["Gradient Left Right", 4],
["Breathing", 5],
["Band Sat", 6],
["Band Val", 7],
["Band Pinwheel Sat", 8],
["Band Pinwheel Val", 9],
["Band Spiral Sat", 10],
["Band Spiral Val", 11],
["Cycle All", 12],
["Cycle Left Right", 13],
["Cycle Up Down", 14],
["Rainbow Moving Chevron", 15],
["Cycle Out In", 16],
["Cycle Out In Dual", 17],
["Cycle Pinwheel", 18],
["Cycle Spiral", 19],
["Dual Beacon", 20],
["Rainbow Beacon", 21],
["Rainbow Pinwheels", 22],
["Raindrops", 23],
["Jellybean Raindrops", 24],
["Hue Breathing", 25],
["Hue Pendulum", 26],
["Hue Wave", 27],
["Pixel Rain", 28],
["Pixel Flow", 29],
["Pixel Fractal", 30],
["Typing Heatmap", 31],
["Digital Rain", 32],
["Solid Reactive Simple", 33],
["Solid Reactive", 34],
["Solid Reactive Wide", 35],
["Solid Reactive Multiwide", 36],
["Solid Reactive Cross", 37],
["Solid Reactive Multicross", 38],
["Solid Reactive Nexus", 39],
["Solid Reactive Multinexus", 40],
["Splash", 41],
["Multisplash", 42],
["Solid Splash", 43],
["Solid Multisplash", 44]
]
},
{
"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]
}
]
}
]
}
],
"menus": ["qmk_rgb_matrix"],
"matrix": {"rows": 5, "cols": 15},
"layouts": {
"keymap":
Expand Down

0 comments on commit 3849576

Please sign in to comment.