Skip to content

Commit

Permalink
Merge pull request #2308 from waffle87/kb/bs_the_q
Browse files Browse the repository at this point in the history
Add boardsource/the_q
  • Loading branch information
Cipulot authored Oct 14, 2024
2 parents f1fb0d2 + f2fce4e commit 4aa29df
Showing 1 changed file with 295 additions and 0 deletions.
295 changes: 295 additions & 0 deletions v3/boardsource/the_q/the_q.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@
{
"name": "The Q",
"vendorId": "0x4273",
"productId": "0x7552",
"matrix": {
"rows": 7,
"cols": 6
},
"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",
"Band Sat.",
"Band Val.",
"Breathing",
"Gradient Left/Right",
"Gradient Up/Down"
]
},
{
"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
]
}
]
}
]
}
],
"layouts": {
"keymap": [
[
{
"x": 3
},
"0,3",
{
"x": 7.5
},
"6,3"
],
[
{
"y": -0.87,
"x": 2
},
"0,2",
{
"x": 1
},
"0,4",
{
"x": 5.5
},
"6,4",
{
"x": 1
},
"6,2"
],
[
{
"y": -0.87,
"x": 5
},
"0,5",
{
"x": 3.5
},
"6,5"
],
[
{
"y": -0.87
},
"0,0",
"0,1",
{
"x": 11.5
},
"6,1",
"6,0"
],
[
{
"y": -0.379,
"x": 3
},
"1,3",
{
"x": 7.5
},
"5,3"
],
[
{
"y": -0.87,
"x": 2
},
"1,2",
{
"x": 1
},
"1,4",
{
"x": 5.5
},
"5,4",
{
"x": 1
},
"5,2"
],
[
{
"y": -0.87,
"x": 5
},
"1,5",
{
"x": 3.5
},
"5,5"
],
[
{
"y": -0.87
},
"1,0",
"1,1",
{
"x": 11.5
},
"5,1",
"5,0"
],
[
{
"y": -0.379,
"x": 3
},
"2,3",
{
"x": 7.5
},
"4,3"
],
[
{
"y": -0.87,
"x": 2
},
"2,2",
{
"x": 1
},
"2,4",
{
"x": 5.5
},
"4,4",
{
"x": 1
},
"4,2"
],
[
{
"y": -0.87,
"x": 5
},
"2,5",
{
"x": 3.5
},
"4,5"
],
[
{
"y": -0.87
},
"2,0",
"2,1",
{
"x": 11.5
},
"4,1",
"4,0"
],
[
{
"y": -0.129,
"x": 3.5
},
"3,0",
{
"x": 6.5
},
"3,5"
],
[
{
"r": 15,
"rx": 3.75,
"ry": 3.25,
"y": -0.2018,
"x": 1
},
"3,1"
],
[
{
"r": 30,
"rx": 5.4,
"ry": 9.3,
"y": -5.64,
"x": -2.2802,
"h": 1.5
},
"3,2"
],
[
{
"r": -30,
"rx": 11.1,
"y": -6.12,
"x": 0.4193,
"h": 1.5
},
"3,3"
],
[
{
"r": -15,
"rx": 12,
"ry": 9.1,
"y": -5.92,
"x": -0.7304
},
"3,4"
]
]
}
}

0 comments on commit 4aa29df

Please sign in to comment.