Skip to content

Commit

Permalink
Add Hubble keyboard (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3rny authored Nov 4, 2022
1 parent e948549 commit 47d71a4
Showing 1 changed file with 236 additions and 0 deletions.
236 changes: 236 additions & 0 deletions src/hubble/hubble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"name":"hubble",
"vendorId":"0x4680",
"productId":"0x1357",
"lighting":"qmk_rgblight",
"matrix":{
"rows":8,
"cols":8
},
"layouts":{
"labels":[
[
"Right Shift",
"2.25",
"1.25-1",
"1-1.25"
],
[
"Spacebar",
"2.25-1.25-2.75",
"2.75-1.25-2.25",
"6.25",
"7",
"7 (WKL)"
],
[
"Right Mods",
"1-1-1",
"1.5-1.5"
]
],
"keymap":[
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"1,7",
"1,6",
"1,5",
"1,4",
"1,3",
"1,2",
{
"x": 0.25
},
"1,1",
"1,0"
],
[
{
"w": 1.25
},
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"3,7",
"3,6",
"3,5",
"3,4",
{
"w": 1.75
},
"3,3",
{
"x": 0.25
},
"3,1",
"3,0"
],
[
{
"w": 1.75
},
"4,0",
"4,1",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"5,7",
"5,6",
"5,5",
{
"w": 2.25
},
"5,4\n\n\n0,0",
{
"x": 0.25
},
"5,1",
{
"x": 1.25,
"w": 1.25
},
"5,4\n\n\n0,1",
"5,3\n\n\n0,1",
{
"x": 0.25
},
"5,4\n\n\n0,2",
{
"w": 1.25
},
"5,3\n\n\n0,2"
],
[
{
"w": 1.25
},
"6,0\n\n\n1,0",
{
"w": 1.25
},
"6,1\n\n\n1,0",
{
"w": 1.25
},
"6,2\n\n\n1,0",
{
"w": 2.25
},
"6,3\n\n\n1,0",
{
"w": 1.25
},
"6,5\n\n\n1,0",
{
"w": 2.75
},
"6,7\n\n\n1,0",
"7,6\n\n\n2,0",
"7,5\n\n\n2,0",
"7,4\n\n\n2,0",
{
"x": 0.25
},
"7,2",
"7,1",
"7,0"
],
[
{
"y": 0.25,
"w": 1.25
},
"6,0\n\n\n1,1",
{
"w": 1.25
},
"6,1\n\n\n1,1",
{
"w": 1.25
},
"6,2\n\n\n1,1",
{
"w": 2.75
},
"6,3\n\n\n1,1",
{
"w": 1.25
},
"6,5\n\n\n1,1",
{
"w": 2.25
},
"6,7\n\n\n1,1",
{
"w": 1.5
},
"7,6\n\n\n2,1",
{
"w": 1.5
},
"7,4\n\n\n2,1"
],
[
{
"y": 0.25,
"w": 1.25
},
"6,0\n\n\n1,2",
{
"w": 1.25
},
"6,1\n\n\n1,2",
{
"w": 1.25
},
"6,2\n\n\n1,2",
{
"w": 6.25
},
"6,5\n\n\n1,2"
],
[
{
"y": 0.25
},
"6,0\n\n\n1,3",
"6,1\n\n\n1,3",
"6,2\n\n\n1,3",
{
"w": 7
},
"6,5\n\n\n1,3"
],
[
{
"y": 0.25,
"w": 1.5
},
"6,0\n\n\n1,4",
{
"w": 1.5
},
"6,2\n\n\n1,4",
{
"w": 7
},
"6,5\n\n\n1,4"
]
]
}
}

0 comments on commit 47d71a4

Please sign in to comment.