Skip to content

Commit

Permalink
add tunnel75
Browse files Browse the repository at this point in the history
add tunnel75 json
  • Loading branch information
Zengxlll authored Jul 8, 2023
1 parent 40fbf00 commit efdb414
Showing 1 changed file with 213 additions and 0 deletions.
213 changes: 213 additions & 0 deletions v3/tunnel75/tunnel75_viav3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
{
"name": "Tunnel75",
"vendorId": "0xF1D1",
"productId": "0xF101",
"matrix": {
"rows": 6,
"cols": 15
},
"firmwareVersion": 0,
"keycodes": ["qmk_lighting"],

"menus": [
{
"label": "Lighting",
"content": [
{
"label": "Underglow",
"content": [
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgblight_brightness", 2, 1]
},
{
"label": "Effect",
"type": "dropdown",
"content": ["id_qmk_rgblight_effect", 2, 2],
"options": [
"All Off",
"Solid Color",
"Breathing 1",
"Breathing 2",
"Breathing 3",
"Breathing 4",
"Rainbow Mood 1",
"Rainbow Mood 2",
"Rainbow Mood 3",
"Rainbow Swirl 1",
"Rainbow Swirl 2",
"Rainbow Swirl 3",
"Rainbow Swirl 4",
"Rainbow Swirl 5",
"Rainbow Swirl 6",
"Snake 1",
"Snake 2",
"Snake 3",
"Snake 4",
"Snake 5",
"Snake 6",
"Knight 1",
"Knight 2",
"Knight 3",
"Christmas",
"Gradient 1",
"Gradient 2",
"Gradient 3",
"Gradient 4",
"Gradient 5",
"Gradient 6",
"Gradient 7",
"Gradient 8",
"Gradient 9",
"Gradient 10",
"RGB Test",
"Alternating",
"Twinkle 1",
"Twinkle 2",
"Twinkle 3",
"Twinkle 4",
"Twinkle 5",
"Twinkle 6"
]
},
{
"showIf": "{id_qmk_rgblight_effect} != 0",
"label": "Effect Speed",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgblight_effect_speed", 2, 3]
},
{
"showIf": "{id_qmk_rgblight_effect} != 0 && {id_qmk_rgblight_effect} != 35",
"label": "Color",
"type": "color",
"content": ["id_qmk_rgblight_color", 2, 4]
}
]
}
]
}
],
"layouts": {
"keymap": [
[
"0,0",
{ "x": 0.25 },
"0,1",
"0,2",
"0,3",
"0,4",
{ "x": 0.25 },
"0,5",
"0,6",
"0,7",
"0,8",
{ "x": 0.25 },
"0,9",
"0,10",
"0,11",
"0,12",
{ "x": 0.25 },
"0,13",
{ "x": 0.25 },
"0,14"
],
[
{ "y": 0.25 },
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11",
"1,12",
{ "w": 2 },
"1,13",
{ "x": 0.25 },
"1,14"
],
[
{ "w": 1.5 },
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11",
"2,12",
{ "w": 1.5 },
"2,13",
{ "x": 0.25 },
"2,14"
],
[
{ "w": 1.75 },
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{ "w": 2.25 },
"3,13",
{ "x": 0.25 },
"3,14"
],
[
{ "w": 2.25 },
"4,0",
"4,1",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9",
"4,10",
{ "w": 1.75 },
"4,11",
"4,13"
],
[
{ "w": 1.25 },
"5,0",
{ "w": 1.25 },
"5,1",
{ "w": 1.25 },
"5,2",
{ "w": 6.25 },
"5,5",
{ "w": 1.25 },
"5,9",
{ "w": 1.25 },
"5,10",
{ "x": 0.5 },
"5,11",
"5,13",
"5,14"
]
]
}
}

0 comments on commit efdb414

Please sign in to comment.