-
-
Notifications
You must be signed in to change notification settings - Fork 43.1k
VIA Keylog Change #25504
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
VIA Keylog Change #25504
Conversation
temptive fix in formatting for lint errors.
let's try this one, thanks mobile GitHub app to not showing spaces right.
|
@drashna fixed the lint 👍 |
zvecr
left a comment
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.
VIA_INSECURE should just take precedence, especially given the build warning.
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
|
Noted @zvecr , applied the suggestions. Thanks 👍 |
|
Thank you for your contribution! |
* WIP * Update via.c temptive fix in formatting for lint errors. * Update via.c let's try this one, thanks mobile GitHub app to not showing spaces right. * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Merge branch 'qmk:master' into via_keylog_change
* upstream/master: (24 commits) Bump actions/checkout from 4 to 6 (qmk#25829) QMK CLI Environment bootstrapper (qmk#25038) Add Demod LM Rev. 1 (qmk#25793) Add support for Coffee Break Keyboards' Coffeevan (qmk#25805) [Keyboard] Add Keenome Keys' "The Grid v2" (qmk#25813) Bump actions/checkout from 5 to 6 (qmk#25807) [Keyboard] Add Coffee Break Keyboards Acai (qmk#25796) Short term fix for skip_converter KeyError in 'qmk userspace-add' (qmk#25798) Hyper7 v4 (qmk#25728) Add imi60-HS (qmk#25773) Fix detection of hid bootloader flashing tool (qmk#25790) VIA Keylog Change (qmk#25504) [Bugfix] QP error handling (qmk#25591) [Keyboard] Add Rubrehaku (qmk#24907) Fix pmw33xx sensor initialisation (qmk#25777) Add LED index map to `qmk info` cli command (qmk#25743) Bump actions/download-artifact from 5 to 6 (qmk#25746) Bump actions/upload-artifact from 4 to 5 (qmk#25745) Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (qmk#25771) Deprecate LAYOUT() macro in favor of JSON matrix definitions ...
* WIP * Update via.c temptive fix in formatting for lint errors. * Update via.c let's try this one, thanks mobile GitHub app to not showing spaces right. * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Merge branch 'qmk:master' into via_keylog_change
* WIP * Update via.c temptive fix in formatting for lint errors. * Update via.c let's try this one, thanks mobile GitHub app to not showing spaces right. * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Update quantum/via.c Co-authored-by: Joel Challis <[email protected]> * Merge branch 'qmk:master' into via_keylog_change
Description
After looking at the changes proposed and merged in #25414 , I have added a further check.
The main issue was, as mentioned by zvecr, that using the secure functionality may go over the memory usage allowance. Therefore, using a simple definition was chosen.
While this isn't an issue at all, I think a slightly more comprehensive check could be used.
This PR allows the use of the simple definition of VIA_INSECURE in case the memory allowance is strict, or using the already implemented SECURE status check in case it's possible.
The checks encourage the use of either one, but not both at the same time. If that happens, it goes to default 0 in the readings, since if the SECURE is available, that should be preferred.
Types of Changes
Issues Fixed or Closed by This PR
Checklist