forked from mirrors/qmk_userspace
Added Q15 Max ANSI
This commit is contained in:
parent
bc57b3da30
commit
9ecf8d71d6
17 changed files with 1216 additions and 7 deletions
|
@ -0,0 +1,223 @@
|
|||
{
|
||||
"name": "Keychron Q15 Max ANSI Knob",
|
||||
"vendorId": "0x3434",
|
||||
"productId": "0x08F0",
|
||||
"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": [
|
||||
["None", 0],
|
||||
["Solid Color", 1],
|
||||
["Breathing", 2],
|
||||
["Band Spiral Val", 3],
|
||||
["Cycle All", 4],
|
||||
["Cycle Left Right", 5],
|
||||
["Cycle Up Down", 6],
|
||||
["Rainbow Moving Chevron", 7],
|
||||
["Cycle Out In", 8],
|
||||
["Cycle Out In Dual", 9],
|
||||
["Cycle Pinwheel", 10],
|
||||
["Cycle Spiral", 11],
|
||||
["Dual Beacon", 12],
|
||||
["Rainbow Beacon", 13],
|
||||
["Jellybean Raindrops", 14],
|
||||
["Pixel Rain", 15],
|
||||
["Typing Heatmap", 16],
|
||||
["Digital Rain", 17],
|
||||
["Reactive Simple", 18],
|
||||
["Reactive Multiwide", 19],
|
||||
["Reactive Multinexus", 20],
|
||||
["Splash", 21],
|
||||
["Solid Splash", 22]
|
||||
]
|
||||
},
|
||||
{
|
||||
"showIf": "{id_qmk_rgb_matrix_effect} > 1",
|
||||
"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} < 4 || {id_qmk_rgb_matrix_effect} == 18 || ({id_qmk_rgb_matrix_effect} > 17 && {id_qmk_rgb_matrix_effect} != 21) ) ",
|
||||
"label": "Color",
|
||||
"type": "color",
|
||||
"content": ["id_qmk_rgb_matrix_color", 3, 4]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"customKeycodes": [
|
||||
{"name": "Left Option", "title": "Left Option", "shortName": "LOpt"},
|
||||
{"name": "Right Option", "title": "Right Option", "shortName": "ROpt"},
|
||||
{"name": "Left Cmd", "title": "Left Command", "shortName": "LCmd"},
|
||||
{"name": "Right Cmd", "title": "Right Command", "shortName": "RCmd"},
|
||||
{"name": "Misson Control", "title": "Misson Control, availabe in macOS", "shortName": "MCtrl"},
|
||||
{"name": "Launch pad", "title": "Launch pad, availabe in macOS", "shortName": "LPad"},
|
||||
{"name": "Task View", "title": "Task View in Windows", "shortName": "Task"},
|
||||
{"name": "File Explorer", "title": "File Explorer in Windows", "shortName": "File"},
|
||||
{"name": "Screen shot", "title": "Screenshot in macOS", "shortName": "SShot"},
|
||||
{"name": "Cortana", "title": "Cortana in Windows", "shortName": "Cortana"},
|
||||
{"name": "Siri", "title": "Siri in macOS", "shortName": "Siri"},
|
||||
{"name": "Bluetooth Host 1", "title": "Bluetooth Host 1", "shortName": "BTH1"},
|
||||
{"name": "Bluetooth Host 2", "title": "Bluetooth Host 2", "shortName": "BTH2"},
|
||||
{"name": "Bluetooth Host 3", "title": "Bluetooth Host 3", "shortName": "BTH3"},
|
||||
{"name": "2.4G", "title": "2.4G", "shortName": "2.4G"},
|
||||
{"name": "Battery Level", "title": "Show battery level", "shortName": "Batt"},
|
||||
{"name": "~", "title": "~", "shortName": "~"}
|
||||
],
|
||||
"matrix": {"rows": 5, "cols": 14},
|
||||
"layouts": {
|
||||
"keymap": [
|
||||
[
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"0,0\n\n\n\n\n\n\n\n\ne0",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"0,1",
|
||||
"0,2",
|
||||
"0,3",
|
||||
"0,4",
|
||||
"0,5",
|
||||
"0,6",
|
||||
"0,7",
|
||||
"0,8",
|
||||
"0,9",
|
||||
"0,10",
|
||||
"0,11",
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"0,12",
|
||||
"0,13\n\n\n\n\n\n\n\n\ne1",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"c":"#777777"
|
||||
},
|
||||
"1,0",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"1,1",
|
||||
"1,2",
|
||||
"1,3",
|
||||
"1,4",
|
||||
"1,5",
|
||||
"1,6",
|
||||
"1,7",
|
||||
"1,8",
|
||||
"1,9",
|
||||
"1,10",
|
||||
"1,11",
|
||||
"1,12",
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"1,13"
|
||||
],
|
||||
[
|
||||
"2,0",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"2,1",
|
||||
"2,2",
|
||||
"2,3",
|
||||
"2,4",
|
||||
"2,5",
|
||||
"2,6",
|
||||
"2,7",
|
||||
"2,8",
|
||||
"2,9",
|
||||
"2,10",
|
||||
"2,11",
|
||||
{
|
||||
"c":"#777777",
|
||||
"w": 2
|
||||
},
|
||||
"2,12"
|
||||
],
|
||||
[
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"3,0",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"3,1",
|
||||
"3,2",
|
||||
"3,3",
|
||||
"3,4",
|
||||
"3,5",
|
||||
"3,6",
|
||||
"3,7",
|
||||
"3,8",
|
||||
"3,9",
|
||||
"3,10",
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"3,11",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"3,12",
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"3,13"
|
||||
],
|
||||
[
|
||||
"4,0",
|
||||
"4,1",
|
||||
"4,2",
|
||||
"4,3",
|
||||
{
|
||||
"c":"#cccccc",
|
||||
"w": 2.25
|
||||
},
|
||||
"4,4",
|
||||
{
|
||||
"w": 2.75
|
||||
},
|
||||
"4,7",
|
||||
{
|
||||
"c":"#aaaaaa"
|
||||
},
|
||||
"4,9",
|
||||
"4,10",
|
||||
{
|
||||
"c":"#cccccc"
|
||||
},
|
||||
"4,11",
|
||||
"4,12",
|
||||
"4,13"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue