feat(planck): Enable RGB Matrix typing heatmap effect#17
Merged
Conversation
- Enable RGB_MATRIX_ENABLE in rules.mk - Add ENABLE_RGB_MATRIX_TYPING_HEATMAP to config.h - Replace RGBLIGHT_SLEEP (underglow API) with RGB_MATRIX_SLEEP (correct API for per-key RGB on Planck rev7) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Placed under RGB_TOG (NUMS+SYMS+T position) to allow cycling through RGB Matrix effects, including the typing heatmap. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update keycodes to QMK 0.31 naming (MS_UP/DOWN/etc, RM_TOGG/NEXT/etc) - Manually build and commit firmware (planck_rev7_soryn.bin/.hex) - Disable workflow trigger until qmk-build action is fixed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
RGB_MATRIX_ENABLEinrules.mkso the RGB Matrix subsystem is compiled inENABLE_RGB_MATRIX_TYPING_HEATMAPtoconfig.hto enable the typing heatmap effectRGBLIGHT_SLEEP(underglow API) withRGB_MATRIX_SLEEP(correct API for per-key RGB on the Planck rev7)Test plan
🤖 Generated with Claude Code