Skip to content

Commit

Permalink
add #define ENABLE_RGB_MATRIX_TYPING_HEATMAP in keyboards/amatelus7…
Browse files Browse the repository at this point in the history
…3/config.h

see qmk#15018
  • Loading branch information
mtei committed Apr 24, 2022
1 parent e622d03 commit cc6bc85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion keyboards/amatelus73/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_MATRIX_VAL_STEP 8
#define RGB_MATRIX_SPD_STEP 8

#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS // reacts to keyreleases (instead of keypresses)
// RGB Matrix Animation modes. Explicitly enabled
// For full list of effects, see:
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
#define ENABLE_RGB_MATRIX_TYPING_HEATMAP

#define RGB_MATRIX_KEYPRESSES // reacts to keypresses

Expand Down

0 comments on commit cc6bc85

Please sign in to comment.