diff options
author | Emily Soldal <emily@soldal.org> | 2018-12-19 14:46:18 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-20 17:55:32 +0100 |
commit | 1586548b4f45f76d9cd05be4ee9588b3d4b3860e (patch) | |
tree | 180f49c1d2e5d1e698b68b54faf5fa76f7c8fc45 /keyboards/atom47 | |
parent | 29830f306f682f731d64950eba43953d95503967 (diff) | |
download | qmk_firmware-1586548b4f45f76d9cd05be4ee9588b3d4b3860e.tar.gz qmk_firmware-1586548b4f45f76d9cd05be4ee9588b3d4b3860e.tar.xz |
Enable RGB animations in Atom47
Diffstat (limited to 'keyboards/atom47')
-rw-r--r-- | keyboards/atom47/rev3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/atom47/rev3/config.h b/keyboards/atom47/rev3/config.h index 8a91e2990..b94dc9773 100644 --- a/keyboards/atom47/rev3/config.h +++ b/keyboards/atom47/rev3/config.h @@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN F5 // The pin the LED strip is connected to #define RGBLED_NUM 6 // Number of LEDs in your strip - +#define RGBLIGHT_ANIMATIONS #define QMK_ESC_OUTPUT B7 // usually COL #define QMK_ESC_INPUT B3 // usually ROW #define QMK_LED E6 |