diff options
author | Joshua Rubin <joshuarubin@users.noreply.github.com> | 2020-04-09 01:25:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 09:25:08 +0200 |
commit | b5aa5e4338750f6a7d969a30b2fe96f0f5382405 (patch) | |
tree | 5b2f5366a694930b43a3dd186bb359c23ee2bf40 /keyboards/launchpad/rev1/config.h | |
parent | be8443b35b3ec1b6abbe31c6533d22e14df27c4e (diff) | |
download | qmk_firmware-b5aa5e4338750f6a7d969a30b2fe96f0f5382405.tar.gz qmk_firmware-b5aa5e4338750f6a7d969a30b2fe96f0f5382405.zip |
Add RGB support in via to launchpad (#8621)
Signed-off-by: Joshua Rubin <me@jawa.dev>
Diffstat (limited to 'keyboards/launchpad/rev1/config.h')
-rw-r--r-- | keyboards/launchpad/rev1/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/launchpad/rev1/config.h b/keyboards/launchpad/rev1/config.h index 67a4154226..debc28fab3 100644 --- a/keyboards/launchpad/rev1/config.h +++ b/keyboards/launchpad/rev1/config.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef REV1_CONFIG_H -#define REV1_CONFIG_H +#pragma once #include "../config.h" @@ -29,4 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW -#endif +#define RGBLED_NUM 10 +#define RGB_DI_PIN F6 +#define RGBLIGHT_ANIMATIONS |