-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add more layout for skiller_sgk50_s4 #24784
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"rgb_matrix": true | ||
}, | ||
"matrix_pins": { | ||
"cols": ["C0", "C1", "C2", "C3", "A6", "B1", "B10", "B11", "B12", "B13", "B14", "B15", "C6", "C7"], | ||
"cols": ["C0", "C1", "C2", "C3", "A6", "B1", "B10", "B11", "B12", "B13", "B14", "C6", "C7", "C8", "C9", "A8"], | ||
"rows": ["A0", "A1", "A2", "A3", "C13"] | ||
}, | ||
"processor": "WB32FQ95", | ||
|
@@ -77,11 +77,15 @@ | |
"driver": "ws2812", | ||
"layout": [ | ||
{"matrix": [4, 6], "x": 103, "y": 64, "flags": 4}, | ||
{"matrix": [4, 9], "x": 154, "y": 64, "flags": 4}, | ||
{"matrix": [4, 10], "x": 172, "y": 64, "flags": 4}, | ||
{"matrix": [4, 11], "x": 190, "y": 64, "flags": 4}, | ||
{"matrix": [4, 12], "x": 207, "y": 64, "flags": 4}, | ||
{"matrix": [4, 13], "x": 224, "y": 64, "flags": 4}, | ||
{"matrix": [3, 13], "x": 224, "y": 48, "flags": 4}, | ||
{"matrix": [4, 15], "x": 224, "y": 64, "flags": 4}, | ||
{"matrix": [3, 15], "x": 224, "y": 48, "flags": 4}, | ||
{"matrix": [3, 14], "x": 224, "y": 48, "flags": 4}, | ||
{"matrix": [3, 13], "x": 210, "y": 48, "flags": 4}, | ||
{"matrix": [3, 12], "x": 200, "y": 48, "flags": 4}, | ||
{"matrix": [3, 11], "x": 190, "y": 48, "flags": 4}, | ||
{"matrix": [3, 10], "x": 172, "y": 48, "flags": 4}, | ||
{"matrix": [3, 9], "x": 155, "y": 48, "flags": 4}, | ||
|
@@ -93,6 +97,7 @@ | |
{"matrix": [3, 3], "x": 52, "y": 48, "flags": 4}, | ||
{"matrix": [3, 2], "x": 34, "y": 48, "flags": 4}, | ||
{"matrix": [3, 1], "x": 17, "y": 48, "flags": 4}, | ||
{"matrix": [4, 3], "x": 52, "y": 64, "flags": 4}, | ||
{"matrix": [4, 2], "x": 34, "y": 64, "flags": 4}, | ||
{"matrix": [4, 1], "x": 17, "y": 64, "flags": 4}, | ||
{"matrix": [4, 0], "x": 0, "y": 64, "flags": 4}, | ||
|
@@ -109,8 +114,10 @@ | |
{"matrix": [2, 9], "x": 155, "y": 32, "flags": 4}, | ||
{"matrix": [2, 10], "x": 172, "y": 32, "flags": 4}, | ||
{"matrix": [2, 11], "x": 190, "y": 32, "flags": 4}, | ||
{"matrix": [2, 13], "x": 207, "y": 32, "flags": 4}, | ||
{"matrix": [2, 12], "x": 224, "y": 16, "flags": 4}, | ||
{"matrix": [2, 12], "x": 200, "y": 32, "flags": 4}, | ||
{"matrix": [2, 13], "x": 224, "y": 32, "flags": 4}, | ||
{"matrix": [1, 14], "x": 224, "y": 16, "flags": 4}, | ||
{"matrix": [1, 13], "x": 224, "y": 16, "flags": 4}, | ||
{"matrix": [1, 12], "x": 207, "y": 16, "flags": 4}, | ||
{"matrix": [1, 11], "x": 190, "y": 16, "flags": 4}, | ||
{"matrix": [1, 10], "x": 172, "y": 16, "flags": 4}, | ||
|
@@ -137,21 +144,23 @@ | |
{"matrix": [0, 10], "x": 172, "y": 0, "flags": 4}, | ||
{"matrix": [0, 11], "x": 190, "y": 0, "flags": 4}, | ||
{"matrix": [0, 12], "x": 207, "y": 0, "flags": 4}, | ||
{"matrix": [0, 13], "x": 224, "y": 0, "flags": 4} | ||
{"matrix": [0, 13], "x": 210, "y": 0, "flags": 4}, | ||
{"matrix": [0, 14], "x": 210, "y": 0, "flags": 4}, | ||
{"matrix": [0, 15], "x": 224, "y": 0, "flags": 4} | ||
], | ||
"max_brightness": 110, | ||
"sleep": true, | ||
"val_steps": 28 | ||
}, | ||
"url": "", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"device_version": "1.1.0", | ||
"pid": "0x1020", | ||
"suspend_wakeup_delay": 1000, | ||
"vid": "0x6332" | ||
}, | ||
"ws2812": { | ||
"pin": "A8" | ||
"pin": "B15" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If this is a new hardware revision, it should be added as a new revision rather than config changes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The previous version was likely not released to users, so this modification falls under the same version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @drashna Can you continue the review? Or do you need me to do something? |
||
}, | ||
"community_layouts": ["60_ansi", "60_iso"], | ||
"layouts": { | ||
|
@@ -170,7 +179,9 @@ | |
{"matrix": [0, 10], "x": 10, "y": 0}, | ||
{"matrix": [0, 11], "x": 11, "y": 0}, | ||
{"matrix": [0, 12], "x": 12, "y": 0}, | ||
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [0, 13], "x": 13, "y": 0}, | ||
{"matrix": [0, 14], "x": 14, "y": 0}, | ||
{"matrix": [0, 15], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, | ||
{"matrix": [1, 1], "x": 1.5, "y": 1}, | ||
{"matrix": [1, 2], "x": 2.5, "y": 1}, | ||
|
@@ -184,7 +195,8 @@ | |
{"matrix": [1, 10], "x": 10.5, "y": 1}, | ||
{"matrix": [1, 11], "x": 11.5, "y": 1}, | ||
{"matrix": [1, 12], "x": 12.5, "y": 1}, | ||
{"matrix": [2, 12], "x": 13.5, "y": 1, "w": 1.5}, | ||
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5, "h": 2}, | ||
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5}, | ||
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, | ||
{"matrix": [2, 1], "x": 1.75, "y": 2}, | ||
{"matrix": [2, 2], "x": 2.75, "y": 2}, | ||
|
@@ -197,28 +209,34 @@ | |
{"matrix": [2, 9], "x": 9.75, "y": 2}, | ||
{"matrix": [2, 10], "x": 10.75, "y": 2}, | ||
{"matrix": [2, 11], "x": 11.75, "y": 2}, | ||
{"matrix": [2, 12], "x": 12.75, "y": 2}, | ||
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25}, | ||
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25}, | ||
{"matrix": [3, 1], "x": 1.25, "y": 3}, | ||
{"matrix": [3, 2], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [3, 1], "x": 0, "y": 3, "w": 1.25}, | ||
{"matrix": [3, 0], "x": 0, "y": 3}, | ||
{"matrix": [3, 2], "x": 1.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 12], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75}, | ||
{"matrix": [3, 15], "x": 14, "y": 3}, | ||
{"matrix": [3, 14], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25}, | ||
{"matrix": [4, 3], "x": 3.75, "y": 4}, | ||
{"matrix": [4, 6], "x": 4.75, "y": 4, "w": 4.25}, | ||
{"matrix": [4, 9], "x": 9, "y": 4}, | ||
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25} | ||
{"matrix": [4, 15], "x": 13.75, "y": 4, "w": 1.25} | ||
] | ||
}, | ||
"LAYOUT_60_ansi": { | ||
|
@@ -236,7 +254,7 @@ | |
{"matrix": [0, 10], "x": 10, "y": 0}, | ||
{"matrix": [0, 11], "x": 11, "y": 0}, | ||
{"matrix": [0, 12], "x": 12, "y": 0}, | ||
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, | ||
{"matrix": [1, 1], "x": 1.5, "y": 1}, | ||
{"matrix": [1, 2], "x": 2.5, "y": 1}, | ||
|
@@ -250,7 +268,7 @@ | |
{"matrix": [1, 10], "x": 10.5, "y": 1}, | ||
{"matrix": [1, 11], "x": 11.5, "y": 1}, | ||
{"matrix": [1, 12], "x": 12.5, "y": 1}, | ||
{"matrix": [2, 12], "x": 13.5, "y": 1, "w": 1.5}, | ||
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5}, | ||
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, | ||
{"matrix": [2, 1], "x": 1.75, "y": 2}, | ||
{"matrix": [2, 2], "x": 2.75, "y": 2}, | ||
|
@@ -264,26 +282,26 @@ | |
{"matrix": [2, 10], "x": 10.75, "y": 2}, | ||
{"matrix": [2, 11], "x": 11.75, "y": 2}, | ||
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25}, | ||
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25}, | ||
{"matrix": [3, 2], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [3, 1], "x": 0, "y": 3, "w": 2.25}, | ||
{"matrix": [3, 3], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 12], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 14], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25}, | ||
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25} | ||
{"matrix": [4, 15], "x": 13.75, "y": 4, "w": 1.25} | ||
] | ||
}, | ||
"LAYOUT_60_iso": { | ||
|
@@ -301,7 +319,7 @@ | |
{"matrix": [0, 10], "x": 10, "y": 0}, | ||
{"matrix": [0, 11], "x": 11, "y": 0}, | ||
{"matrix": [0, 12], "x": 12, "y": 0}, | ||
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2}, | ||
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, | ||
{"matrix": [1, 1], "x": 1.5, "y": 1}, | ||
{"matrix": [1, 2], "x": 2.5, "y": 1}, | ||
|
@@ -328,28 +346,28 @@ | |
{"matrix": [2, 10], "x": 10.75, "y": 2}, | ||
{"matrix": [2, 11], "x": 11.75, "y": 2}, | ||
{"matrix": [2, 12], "x": 12.75, "y": 2}, | ||
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2}, | ||
{"matrix": [1, 14], "x": 13.75, "y": 1, "w": 1.25, "h": 2}, | ||
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25}, | ||
{"matrix": [3, 1], "x": 1.25, "y": 3}, | ||
{"matrix": [3, 2], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [3, 2], "x": 1.25, "y": 3}, | ||
{"matrix": [3, 3], "x": 2.25, "y": 3}, | ||
{"matrix": [3, 4], "x": 3.25, "y": 3}, | ||
{"matrix": [3, 5], "x": 4.25, "y": 3}, | ||
{"matrix": [3, 6], "x": 5.25, "y": 3}, | ||
{"matrix": [3, 7], "x": 6.25, "y": 3}, | ||
{"matrix": [3, 8], "x": 7.25, "y": 3}, | ||
{"matrix": [3, 9], "x": 8.25, "y": 3}, | ||
{"matrix": [3, 10], "x": 9.25, "y": 3}, | ||
{"matrix": [3, 11], "x": 10.25, "y": 3}, | ||
{"matrix": [3, 12], "x": 11.25, "y": 3}, | ||
{"matrix": [3, 14], "x": 12.25, "y": 3, "w": 2.75}, | ||
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25}, | ||
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 12], "x": 12.5, "y": 4, "w": 1.25}, | ||
{"matrix": [4, 13], "x": 13.75, "y": 4, "w": 1.25} | ||
{"matrix": [4, 15], "x": 13.75, "y": 4, "w": 1.25} | ||
] | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be a significant change (B15 is dropped, and 3 additional pins added)