Skip to content

Commit

Permalink
Merge pull request #979 from curiositycasualty/master
Browse files Browse the repository at this point in the history
Add support for MisonoWorks Chocolate Bar
  • Loading branch information
wilba authored Nov 2, 2021
2 parents bcbbb34 + 4ade91f commit 9aa3f68
Showing 1 changed file with 160 additions and 0 deletions.
160 changes: 160 additions & 0 deletions src/misonoworks/chocolate-bar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"name": "Chocolate Bar",
"vendorId": "0x6D77",
"productId": "0xC456",
"lighting": "qmk_backlight",
"matrix": {
"rows": 4,
"cols": 16
},
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
{
"c": "#777777"
},
"0,11",
{
"x": 1,
"c": "#cccccc"
},
"0,13",
"0,14",
"0,15"
],
[
{
"c": "#777777",
"w": 1.5
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
{
"c": "#777777",
"w": 1.5
},
"1,11",
{
"x": 1,
"c": "#cccccc"
},
"1,13",
"1,14",
"1,15"
],
[
{
"c": "#777777",
"w": 2
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
{
"c": "#777777",
"w": 1.5
},
"2,11",
{
"x": 1.5,
"c": "#cccccc"
},
"2,13",
"2,14",
"2,15"
],
[
{
"y": -0.75,
"x": 11.75,
"c": "#777777"
},
"2,12"
],
[
{
"y": -0.25,
"w": 1.5
},
"3,0",
{
"w": 1.5
},
"3,1",
"3,2",
{
"c": "#cccccc",
"w": 2
},
"3,3",
{
"w": 2
},
"3,5",
{
"c": "#777777"
},
"3,6",
{
"w": 1.5
},
"3,8",
{
"x": 3.5,
"c": "#cccccc"
},
"3,14",
{
"c": "#777777"
},
"3,15"
],
[
{
"y": -0.75,
"x": 10.75
},
"3,11",
"3,12",
"3,13"
]
]
}
}

0 comments on commit 9aa3f68

Please sign in to comment.