-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Cleanup Satisfaction75 Firmware and add new revisions #22082
Conversation
Note: CI will likely fail due to user keymaps (and the new rev2 Sat75 PCB not having the layouts used in those keymaps) |
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 should be targeting develop due to the changes.
Otherwise, LGTM.
Retargeted to Develop. Thanks for review @drashna ! |
void breathing_disable(void); | ||
void custom_config_load(void); | ||
void backlight_config_save(void); | ||
#include "satisfaction_keycodes.h" |
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 file can be deleted.
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 is necessary in order to not have to import the keycodes in each keymap file. (See drashna's feedback above)
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.
{"pin_a": "B9", "pin_b": "B8", "resolution": 2} | ||
] | ||
}, | ||
"matrix_pins": { | ||
"cols": ["B1", "B2", "B10", "B11", "B12", "B13", "B14", "A8", "A9", "A10", "B0", "A7", "A5", "B5", "A15", "A1"], | ||
"rows": ["B3", "B4", "A0", "A2", "A4", "A3"] | ||
}, | ||
"usb": { | ||
"device_version": "0.0.1", | ||
"pid": "0x57F5" | ||
}, | ||
"layouts": { | ||
"LAYOUT_all": { | ||
"layout": [ | ||
{"label": "K000", "matrix": [0, 0], "x": 0, "y": 0}, | ||
|
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.
Please keep the spacing here.
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 info.json auto-formatter removes these - I think that should be the standard.
"layout": [ | ||
{"matrix": [0, 0], "x": 0, "y": 0}, | ||
|
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.
Please keep the spacing here.
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 info.json auto-formatter removes these - I think that should be the standard.
Co-authored-by: Ryan <[email protected]>
Thank you for your contribution! |
Could I get the “awaiting review” tag added? I believe I’ve done as much as I can on the PR so far but I’m happy to address any further feedback |
* upstream/master: (245 commits) Attempt to fix changed files on CI workflow (qmk#23205) Bump peter-evans/create-pull-request from 5 to 6 (qmk#22995) Iron180 V2 H: correct key sizes (qmk#23214) `mntre_v3`: correct layout data (qmk#23216) Iron180 V2 S: correct ANSI Enter key sizes (qmk#23215) Workaround for uart makefile issues (qmk#23192) Normalise .editorconfig. (qmk#23186) Remove cd suggestion from new-keyboard (qmk#23194) CLI Speed improvements. (qmk#23189) Fix up AVR production build target. (qmk#23190) Fixing typos for OSAv2 and OSAv2_Topre (qmk#23161) geistmaschine/geist: enable mousekey, fix issues in default/via keymap (qmk#23187) Merge point for 2024q1 Breaking Change 2024q1 `develop` changelog. (qmk#23150) Update Atmel DFU driver assignments for dfu-programmer 1.x (qmk#23165) Merge upstream uf2conv.py changes (qmk#23163) Satisfaction75 post merge updates (qmk#23158) Ensmallification of `helix/rev3_5rows:via`. (qmk#23159) Cleanup Satisfaction75 Firmware and add new revisions (qmk#22082) cipulot/common: Fix for multiple AMUX usage (qmk#23155) ...
Co-authored-by: Ryan <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
Co-authored-by: Ryan <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
Description
There are a few changes in this PR.
If necessary, I can break it up further - but I think the changes are generally pretty straightforward.
Types of Changes
Issues Fixed or Closed by This PR
Checklist