diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-19 18:19:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-19 18:19:45 +0000 |
commit | 4af51ea60138babd9f75e81f84dbed54c7c9616a (patch) | |
tree | 92f11959a60a8d5cc444a9a7a8d39a5a693e18f1 /keyboards/keebio | |
parent | 8bcbc2aced5403979983c6abc38074bab716396f (diff) | |
parent | 89df40d4f340311e64189de45770879257c867f3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio')
-rw-r--r-- | keyboards/keebio/bdn9/rev2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keebio/bdn9/rev2/config.h b/keyboards/keebio/bdn9/rev2/config.h index 56d6235ec9..e3d004fc27 100644 --- a/keyboards/keebio/bdn9/rev2/config.h +++ b/keyboards/keebio/bdn9/rev2/config.h @@ -48,6 +48,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // RGB Matrix # ifdef RGB_MATRIX_ENABLE # define DRIVER_LED_TOTAL RGBLED_NUM +# define RGB_MATRIX_FRAMEBUFFER_EFFECTS +# define RGB_MATRIX_KEYPRESSES // RGB Matrix Animation modes. Explicitly enabled // For full list of effects, see: // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects |