Skip to content

Commit

Permalink
Add VIA support for alpaca wfeclipse (#2077)
Browse files Browse the repository at this point in the history
* Add VIA support for alpaca wfeclipse

* Correct the colouring information.

* Update v3/alpaca/wfeclipse/wfeclipse .json

Co-authored-by: Xelus22 <[email protected]>

---------

Co-authored-by: Xelus22 <[email protected]>
  • Loading branch information
temp4gh and Xelus22 authored Nov 20, 2023
1 parent e69ad9a commit cd97df2
Showing 1 changed file with 238 additions and 0 deletions.
238 changes: 238 additions & 0 deletions v3/alpaca/wfeclipse/wfeclipse .json
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
{
"name":"Alpaca WFEclipse",
"vendorId":"0x308F",
"productId":"0x0038",
"keycodes":["qmk_lighting"],
"menus":[
{
"label":"rgb_matrix",
"content":[
{
"label":"rgb_matrix_regulate",
"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.NONE",0],
["01.Solid Color",1],
["02.Gradient Up/Down",2],
["03.Gradient Left/Right",3],
["04.Breathing",4],
["05.Band Sat",5],
["06.Band Val",6],
["07.Spiral Sat",7],
["08.Spiral Val",8],
["09.Cycle All",9],
["10.Cycle Left/Right",10],
["11.Cycle Up/Down",11],
["12.Hue Wave",12],
["13.Pixel Fractal",13],
["14.Solid_Reactive_Simple",14],
["15.Solid_Splash",15]
]
},
{
"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":5,
"cols":16
},
"layouts":{
"keymap":[
[
{
"t": "0",
"c": "#777777"
},
"0,0\nESC",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11",
"0,12",
{
"w": 2,
"c": "#aaaaaa"
},
"0,13",
"0,14",
"0,15"
],
[
{
"w": 1.5,
"c": "#aaaaaa"
},
"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",
{
"w": 1.5
},
"1,13",
{
"c": "#aaaaaa"
},
"1,14",
"1,15"
],
[
{
"w": 1.75,
"c": "#aaaaaa"
},
"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",
{
"w": 2.25,
"c": "#777777"
},
"2,13",
{
"c": "#aaaaaa"
},
"2,14",
"2,15"
],
[
{
"w": 2.25,
"c": "#aaaaaa"
},
"3,0",
{
"c": "#cccccc"
},
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{
"w": 2.75
},
"3,13",
{
"c": "#777777"
},
"3,14",
{
"c": "#aaaaaa"
},
"3,15"
],
[
{
"w": 1.25,
"c": "#aaaaaa"
},
"4,0",
{
"w": 1.25
},
"4,1",
{
"w": 1.25
},
"4,2",
{
"w": 6.25,
"c": "#cccccc"
},
"4,6",
{
"w": 1.25,
"c": "#aaaaaa"
},
"4,10",
{
"w": 1.25
},
"4,11",
{
"w": 1.25
},
"4,12",
{
"x": 0.25,
"w": 1,
"c": "#777777"
},
"4,13",
{
"c": "#777777"
},
"4,14",
{
"c": "#777777"
},
"4,15"
]
]
}
}

0 comments on commit cd97df2

Please sign in to comment.