diff options
author | Danny <nooges@users.noreply.github.com> | 2022-09-19 14:19:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 19:19:13 +0100 |
commit | 89df40d4f340311e64189de45770879257c867f3 (patch) | |
tree | a016648acf688a2e609ef724586026652757ee48 /keyboards/keebio | |
parent | ed6679b89cc2a60dd259b57c1b12f73ef16b7046 (diff) | |
download | qmk_firmware-89df40d4f340311e64189de45770879257c867f3.tar.gz qmk_firmware-89df40d4f340311e64189de45770879257c867f3.zip |
Enable more BDN9 RGB effects (#18420)
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 |