forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable additional animation modes for the Glow keyboards
- Loading branch information
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#pragma once | ||
|
||
#define RGB_MATRIX_KEYPRESSES | ||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
|
||
#define DISABLE_RGB_MATRIX_DIGITAL_RAIN | ||
#define DISABLE_RGB_MATRIX_ALPHAS_MODS | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS | ||
#define DISABLE_RGB_MATRIX_SPLASH | ||
#define DISABLE_RGB_MATRIX_SOLID_SPLASH |
This file contains 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
This file contains 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