diff options
-rw-r--r-- | keyboards/iris/rev1/config.h | 1 | ||||
-rw-r--r-- | keyboards/iris/rev1_led/config.h | 1 | ||||
-rw-r--r-- | keyboards/iris/rev2/config.h | 1 | ||||
-rw-r--r-- | keyboards/iris/rev3/config.h | 3 |
4 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/iris/rev1/config.h b/keyboards/iris/rev1/config.h index 3c088f671..7f76df54b 100644 --- a/keyboards/iris/rev1/config.h +++ b/keyboards/iris/rev1/config.h | |||
@@ -63,7 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
63 | 63 | ||
64 | /* ws2812 RGB LED */ | 64 | /* ws2812 RGB LED */ |
65 | #define RGB_DI_PIN D3 | 65 | #define RGB_DI_PIN D3 |
66 | |||
67 | #define RGBLED_NUM 12 // Number of LEDs | 66 | #define RGBLED_NUM 12 // Number of LEDs |
68 | 67 | ||
69 | /* | 68 | /* |
diff --git a/keyboards/iris/rev1_led/config.h b/keyboards/iris/rev1_led/config.h index d8571f8da..b58b11836 100644 --- a/keyboards/iris/rev1_led/config.h +++ b/keyboards/iris/rev1_led/config.h | |||
@@ -63,7 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
63 | 63 | ||
64 | /* ws2812 RGB LED */ | 64 | /* ws2812 RGB LED */ |
65 | #define RGB_DI_PIN D3 | 65 | #define RGB_DI_PIN D3 |
66 | |||
67 | #define RGBLED_NUM 12 // Number of LEDs | 66 | #define RGBLED_NUM 12 // Number of LEDs |
68 | 67 | ||
69 | /* | 68 | /* |
diff --git a/keyboards/iris/rev2/config.h b/keyboards/iris/rev2/config.h index 087e0f69e..266c29b9c 100644 --- a/keyboards/iris/rev2/config.h +++ b/keyboards/iris/rev2/config.h | |||
@@ -63,7 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
63 | 63 | ||
64 | /* ws2812 RGB LED */ | 64 | /* ws2812 RGB LED */ |
65 | #define RGB_DI_PIN D3 | 65 | #define RGB_DI_PIN D3 |
66 | |||
67 | #define RGBLED_NUM 12 // Number of LEDs | 66 | #define RGBLED_NUM 12 // Number of LEDs |
68 | 67 | ||
69 | /* | 68 | /* |
diff --git a/keyboards/iris/rev3/config.h b/keyboards/iris/rev3/config.h index 3329a4edb..1032231d8 100644 --- a/keyboards/iris/rev3/config.h +++ b/keyboards/iris/rev3/config.h | |||
@@ -58,12 +58,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
58 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 58 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
59 | ) | 59 | ) |
60 | 60 | ||
61 | #define BACKLIGHT_PIN B5 | 61 | #define BACKLIGHT_PIN B6 |
62 | #define BACKLIGHT_LEVELS 5 | 62 | #define BACKLIGHT_LEVELS 5 |
63 | 63 | ||
64 | /* ws2812 RGB LED */ | 64 | /* ws2812 RGB LED */ |
65 | #define RGB_DI_PIN F7 | 65 | #define RGB_DI_PIN F7 |
66 | |||
67 | #define RGBLED_NUM 12 // Number of LEDs | 66 | #define RGBLED_NUM 12 // Number of LEDs |
68 | 67 | ||
69 | /* | 68 | /* |