Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JSONs file of c1_pro #9

Merged
merged 1 commit into from
Jun 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,61 +4,17 @@
"productId": "0x0513",
"keycodes": ["qmk_lighting"],
"customKeycodes": [
{
"name": "Mission Control",
"title": "Mission Control in macOS",
"shortName": "MCtrl"
},
{
"name": "Launch Pad",
"title": "Launch Pad in macOS",
"shortName": "LPad"
},
{
"name": "Left Option",
"title": "Left Option in macOS",
"shortName": "LOpt"
},
{
"name": "Right Option",
"title": "Right Option in macOS",
"shortName": "ROpt"
},
{
"name": "Left Cmd",
"title": "Left Command in macOS",
"shortName": "LCmd"
},
{
"name": "Right Cmd",
"title": "Right Command in macOS",
"shortName": "RCmd"
},
{
"name": "Siri",
"title": "Siri in macOS",
"shortName": "Siri"
},
{
"name": "Task View",
"title": "Task View in windows",
"shortName": "Task"
},
{
"name": "File Explorer",
"title": "File Explorer in windows",
"shortName": "File"
},
{
"name": "Screen Shot",
"title": "Screenshot in macOS",
"shortName": "SShot"
},
{
"name": "Cortana",
"title": "Cortana in windows",
"shortName": "Cortana"
}
{"name": "Mission Control","title": "Mission Control in macOS","shortName": "MCtrl"},
{"name": "Launch Pad","title": "Launch Pad in macOS","shortName": "LPad"},
{"name": "Left Option","title": "Left Option in macOS","shortName": "LOpt"},
{"name": "Right Option","title": "Right Option in macOS","shortName": "ROpt"},
{"name": "Left Cmd","title": "Left Command in macOS","shortName": "LCmd"},
{"name": "Right Cmd","title": "Right Command in macOS","shortName": "RCmd"},
{"name": "Siri","title": "Siri in macOS","shortName": "Siri"},
{"name": "Task View","title": "Task View in windows","shortName": "Task"},
{"name": "File Explorer","title": "File Explorer in windows","shortName": "File"},
{"name": "Screen Shot","title": "Screenshot in macOS","shortName": "SShot"},
{"name": "Cortana","title": "Cortana in windows","shortName": "Cortana"}
],
"matrix": {"rows": 6, "cols": 16},
"layouts": {
Expand Down Expand Up @@ -98,7 +54,7 @@
},
"0,14",
"0,15",
"3,14"
"0,13"
],
[
{
Expand Down Expand Up @@ -130,7 +86,7 @@
},
"1,14",
"1,15",
"3,15"
"3,12"
],
[
{
Expand Down Expand Up @@ -162,7 +118,7 @@
},
"2,14",
"2,15",
"3,12"
"3,14"
],
[
{
Expand Down Expand Up @@ -261,7 +217,7 @@
},
"5,14",
"5,15",
"4,14"
"3,15"
]
]
}
Expand Down