diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-22 10:26:19 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-10-22 14:55:57 -0400 |
commit | 7e99d869deb57251dc15620beff34d5fd53066e4 (patch) | |
tree | ed27b00c76ffc6ac799fa56c2c3e89672094ba0e /keyboards/iris | |
parent | 00b6f14821f44ead75504e28d7fed26791cb2875 (diff) |
Remove all of the deprecated RGB defines
Fixes #3641
Diffstat (limited to 'keyboards/iris')
-rw-r--r-- | keyboards/iris/rev1/config.h | 2 | ||||
-rw-r--r-- | keyboards/iris/rev1_led/config.h | 2 | ||||
-rw-r--r-- | keyboards/iris/rev2/config.h | 2 | ||||
-rw-r--r-- | keyboards/iris/rev3/config.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/iris/rev1/config.h b/keyboards/iris/rev1/config.h index cc7f2d8d44..3c088f6711 100644 --- a/keyboards/iris/rev1/config.h +++ b/keyboards/iris/rev1/config.h @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev1_led/config.h b/keyboards/iris/rev1_led/config.h index e9eac2455c..d8571f8daf 100644 --- a/keyboards/iris/rev1_led/config.h +++ b/keyboards/iris/rev1_led/config.h @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev2/config.h b/keyboards/iris/rev2/config.h index 368d21c989..087e0f69e5 100644 --- a/keyboards/iris/rev2/config.h +++ b/keyboards/iris/rev2/config.h @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev3/config.h b/keyboards/iris/rev3/config.h index 7f68180c29..3329a4edb2 100644 --- a/keyboards/iris/rev3/config.h +++ b/keyboards/iris/rev3/config.h @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN F7 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs /* |