Skip to content

Commit

Permalink
Added WT6-KH
Browse files Browse the repository at this point in the history
  • Loading branch information
wilba committed May 21, 2024
1 parent d1b9fb4 commit ff2a2ff
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions v3/wilba_tech/wt6_kh/wt6_kh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"name": "wilba.tech WT6-KH",
"vendorId": "0x6582",
"productId": "0x0043",
"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",
"Gradient Left/Right",
"Breathing",
"Cycle All",
"Cycle Left/Right",
"Cycle Out/In",
"Cycle Out/In Dual",
"Cycle Spiral",
"Raindrops",
"Jellybean Raindrops",
"Hue Breathing",
"Hue Pendulum",
"Hue Wave",
"Pixel Rain",
"Pixel Flow",
"Solid Reactive Simple",
"Solid Reactive",
"Solid Reactive Wide",
"Solid Reactive Cross",
"Solid Reactive Nexus",
"Spash",
"Solid Splash"
]
},
{
"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",
"label": "Color",
"type": "color",
"content": ["id_qmk_rgb_matrix_color", 3, 4]
}
]
}
]
}
],

"matrix": {"rows": 2, "cols": 3},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2"],
["1,0", "1,1", "1,2"]
]
}
}

0 comments on commit ff2a2ff

Please sign in to comment.