-
-
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?
Conversation
If review is OK, please merge as soon as possible, thanks. |
@@ -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"], |
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)
"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 comment
The 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 comment
The 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 comment
The 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?
Description
Add more layout for skiller_sgk50_s4
Types of Changes
Issues Fixed or Closed by This PR
Checklist