Skip to content

Instantly share code, notes, and snippets.

@golimpio
Created January 22, 2026 07:03
Show Gist options
  • Select an option

  • Save golimpio/19a4f8484202a2b2fb1593b035a31ff7 to your computer and use it in GitHub Desktop.

Select an option

Save golimpio/19a4f8484202a2b2fb1593b035a31ff7 to your computer and use it in GitHub Desktop.
Record Alice V2 JSON File for VIA
{
"name":"BT5.0 KB",
"vendorId":"0x369b",
"productId":"0x0051",
"matrix":{"rows":4,"cols":17},
"firmwareVersion":0,
"menus":[
{
"label":"Lighting",
"content":[
{
"label":"RGB Matrix",
"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":[
["00.关闭",0],
["01.环境感知",1],
["02.音频计",2],
["03.呼吸效果",3],
["04.火焰效果",4],
["05.响应效果",5],
["06.涟漪效果",6],
["07.光谱循环",7],
["08.星光效果",8],
["09.静态效果",9],
["10.波浪效果",10],
["11.旋转效果",11]
]
},
{
"showIf":"{id_qmk_rgb_matrix_effect}>1",
"label":"EffectSpeed",
"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]
}
]
}
]
}
],
"keycodes":[
"qmk_lighting"
],
"layouts":{
"keymap":[
[
{
"x": 0.5
},
"0,0\nm1",
{
"x": 2.25
},
"0,3\n2",
{
"x": 8.4
},
"0,12\n-",
"0,13\n=",
{
"w": 2
},
"0,14\nBackspace"
],
[
{
"y": -0.8500000000000001,
"x": 2.75
},
"0,2\n1"
],
[
{
"y": -0.9999999999999999,
"x": 1.75
},
"0,1\n`"
],
[
{
"y": -0.15000000000000002,
"x": 0.25
},
"1,0\nm2",
{
"x": 11.6
},
"1,11\nP",
"1,12\n[",
"1,13\n]",
{
"w": 1.5
},
"1,14\n\\"
],
[
{
"y": -0.8500000000000001,
"x": 1.5,
"w": 1.5
},
"1,1\nTab",
"1,2\nQ"
],
[
{
"y": -0.1499999999999999
},
"2,0\nm3",
{
"x": 12.25
},
"2,11\n;",
"2,12\n'",
{
"w": 2.25
},
"2,13\nEnter"
],
[
{
"y": -0.8500000000000001,
"x": 1.25,
"w": 1.75
},
"2,1\ncaps",
"2,2\nA"
],
[
{
"y": -0.1499999999999999,
"x": 12.95
},
"3,10\n.",
"3,11\n/",
"3,12\nup",
{
"w": 1.75
},
"3,13\nShift"
],
[
{
"y": -0.8500000000000001,
"x": 1,
"w": 2.25
},
"3,0\nShift",
"3,1\nZ"
],
[
{
"y": -0.15000000000000036,
"x": 13.95
},
"2,15\nleft",
"3,15\ndown",
"3,14\nright"
],
[
{
"y": -0.8499999999999996,
"x": 1,
"w": 1.5
},
"0,16\nCtrl",
{
"w": 1.5
},
"1,16\nWin"
],
[
{
"r": 12,
"rx": 4.25,
"x": 0.6500000000000004
},
"0,4\n3",
"0,5\n4",
"0,6\n5",
"0,7\n6"
],
[
{
"x": 0.15000000000000036
},
"1,3\nW",
"1,4\nE",
"1,5\nR",
"1,6\nT"
],
[
{
"x": 0.34999999999999964
},
"2,3\nS",
"2,4\nD",
"2,5\nF",
"2,6\nG"
],
[
{
"x": 0.8499999999999996
},
"3,2\nX",
"3,3\nC",
"3,4\nV",
"3,5\nB"
],
[
{
"x": 1.25,
"w": 1.25
},
"2,16\nAlt",
{
"w": 2.25
},
"3,16"
],
[
{
"r": -12,
"rx": 12.75,
"x": -3.8000000000000007
},
"0,8\n7",
"0,9\n8",
"0,10\n9",
"0,11\n0"
],
[
{
"x": -4.300000000000001
},
"1,7\nY",
"1,8\nU",
"1,9\nI",
"1,10\nO"
],
[
{
"x": -4.1
},
"2,7\nH",
"2,8\nJ",
"2,9\nK",
"2,10\nL"
],
[
{
"x": -4.6
},
"3,6\nB",
"3,7\nN",
"3,8\nM",
"3,9\n,"
],
[
{
"x": -4.5,
"w": 2.5
},
"0,15",
{
"w": 1.5
},
"1,15\nfn"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment