Skip to content

Commit

Permalink
Merge pull request #2387 from Cipulot/add_ok_1
Browse files Browse the repository at this point in the history
Create ok_1.json
  • Loading branch information
Cipulot authored Dec 10, 2024
2 parents 45c867e + 6a9181f commit e51b3f9
Showing 1 changed file with 215 additions and 0 deletions.
215 changes: 215 additions & 0 deletions v3/cipulot/ok_1/ok_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
{
"name": "original konbini ok-1",
"vendorId": "0x6369",
"productId": "0x6BCA",
"matrix": {
"rows": 6,
"cols": 14
},
"customKeycodes": [
{
"name": "MacOS Mode",
"title": "Switch keyboard to MacOS mode.",
"shortName": "MAC"
},
{
"name": "Win Mode",
"title": "Switch keyboard to Windows mode.",
"shortName": "WIN"
},
{
"name": "MacOS Fn",
"title": "Switch keyboard to MacOS function layer.",
"shortName": "MACFN"
},
{
"name": "Win Fn",
"title": "Switch keyboard to Windows function layer.",
"shortName": "WINFN"
},
{
"name": "Snip",
"title": "Take a screenshot/open snipping tool.",
"shortName": "SNIP"
},
{
"name": "Opt",
"title": "MacOS Command key.",
"shortName": "OPT"
},
{
"name": "Ctrl",
"title": "MacOS Control key.",
"shortName": "CTRL"
},
{
"name": "Cmd",
"title": "MacOS Command key.",
"shortName": "CMD"
}
],
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"layouts": {
"keymap": [
[
{
"c": "#aaaaaa",
"w": 1.5
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
{
"c": "#aaaaaa"
},
"0,5",
"0,6",
"0,7",
"0,8",
{
"c": "#cccccc"
},
"0,9",
"0,10",
"0,11",
"0,12",
{
"c": "#777777",
"w": 1.5
},
"0,13"
],
[
{
"c": "#cccccc"
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 2
},
"1,13"
],
[
{
"w": 1.5
},
"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",
"2,12",
{
"w": 1.5
},
"2,13"
],
[
{
"c": "#aaaaaa",
"w": 1.75
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{
"c": "#aaaaaa",
"w": 2.25
},
"3,12"
],
[
{
"w": 2.25
},
"4,0",
{
"c": "#cccccc"
},
"4,1",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9",
"4,10",
{
"c": "#aaaaaa",
"w": 1.75
},
"4,11",
"4,12"
],
[
"5,0",
"5,1",
"5,2",
{
"w": 1.25
},
"5,3",
{
"c": "#cccccc",
"w": 6.25
},
"5,6",
{
"c": "#aaaaaa",
"w": 1.25
},
"5,9",
{
"w": 1.25
},
"5,10",
"5,11",
"5,12",
"5,13"
]
]
}
}

0 comments on commit e51b3f9

Please sign in to comment.