Skip to content

Instantly share code, notes, and snippets.

@u27a4
Created October 24, 2023 17:11
Show Gist options
  • Save u27a4/9fba533510484d7c28d7f0a9a435ad15 to your computer and use it in GitHub Desktop.
Save u27a4/9fba533510484d7c28d7f0a9a435ad15 to your computer and use it in GitHub Desktop.
{
"name": "Potato42",
"vendorId": "0xFEEE",
"productId": "0x0000",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgblight"],
"matrix": {
"rows": 8,
"cols": 6
},
"layouts": {
"keymap": [
[
{
"c": "#777777",
"t": "#aaaaaa"
},
"0,0",
{
"c": "#cccccc",
"t": "#000000"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
{
"x": 0.5
},
"7,5",
"7,4",
"7,3",
"7,2",
"7,1",
"7,0"
],
[
{
"w": 1.25
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
{
"x": 0.5
},
"6,5",
"6,4",
"6,3",
"6,2",
{
"c": "#777777",
"t": "#aaaaaa",
"w": 1.75
},
"6,1"
],
[
{
"c": "#cccccc",
"t": "#000000",
"w": 1.75
},
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
{
"x": 0.5
},
"5,5",
"5,4",
"5,3",
"5,2",
{
"w": 1.25
},
"5,1"
],
[
{
"w": 1.25
},
"3,0",
{
"w": 1.25
},
"3,1",
{
"w": 1.25
},
"3,2",
{
"w": 2.75
},
"3,4",
{
"x": 0.5,
"w": 2.25
},
"4,5",
{
"w": 1.25
},
"4,3",
"4,2",
"4,1"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment