diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-03-04 16:59:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 16:59:06 -0800 |
commit | 95ce19f8465f2226413b2b6090407b320b18a041 (patch) | |
tree | c3e53c8b089ed2db8c784ad70fc50103b0ed2d21 /keyboards/wete/config.h | |
parent | 9550ab334232b73025e105a9d04f67e57aa3c02f (diff) |
Add RGB lighting through one of the free pins (#8294)
Diffstat (limited to 'keyboards/wete/config.h')
-rw-r--r-- | keyboards/wete/config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/wete/config.h b/keyboards/wete/config.h index 2440d147f5..33906fd459 100644 --- a/keyboards/wete/config.h +++ b/keyboards/wete/config.h @@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROW_PINS { A9, B12, B11, B10, B2, B1 } #define DIODE_DIRECTION COL2ROW -//LEDS A6, RGB B15 +//LEDS A6 #define BACKLIGHT_PIN A6 #define BACKLIGHT_PWM_DRIVER PWMD3 #define BACKLIGHT_PWM_CHANNEL 1 @@ -42,6 +42,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_BREATHING #define BREATHING_PERIOD 6 +// RGB B4 +#define RGB_DI_PIN B4 +#define RGBLED_NUM 24 +#define RGBLIGHT_ANIMATIONS + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST |