Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As title.
(Currently following qmk/qmk_firmware#20125, so will be syncing changes via cherry-picked commits to follow what is done with this PR, so best to leave this open if possible for until this PR gets merged)
Changes (for VIAL compatibility)
bool rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max){
tovoid rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max){
due to Explicitly mention kb/user callbacks as boolean qmk/qmk_firmware#18448 not being implemented in VIAL.RGB_MATRIX_LED_COUNT
toDRIVER_LED_TOTAL
inq11/config.h
andq11/ansi_encoder/ansi_encoder.c
MC_1-5
keycodes back toMACRO01-05
KC_MCTL
andKC_LPAD
keycodes fromdefault
andvia
keymaps