diff options
author | Danny <nooges@users.noreply.github.com> | 2018-10-31 17:43:39 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-31 14:43:39 -0700 |
commit | bd6d6d93f26578baf7ef1d05d51963d8c38ee7c9 (patch) | |
tree | 148383d0fa8c591fa72c51bedf3a235bfcb3ef14 /keyboards | |
parent | 5630ad7604f7a8243ef9b643a4409fc8f9f96ed0 (diff) | |
download | qmk_firmware-bd6d6d93f26578baf7ef1d05d51963d8c38ee7c9.tar.gz qmk_firmware-bd6d6d93f26578baf7ef1d05d51963d8c38ee7c9.zip |
Update iris 3 (#4307)
* Fix incorrect LED pin assignment
* Strip out extra newline
Diffstat (limited to 'keyboards')
-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 3c088f6711..7f76df54ba 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/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 - #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev1_led/config.h b/keyboards/iris/rev1_led/config.h index d8571f8daf..b58b11836a 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/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 - #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev2/config.h b/keyboards/iris/rev2/config.h index 087e0f69e5..266c29b9c9 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/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 - #define RGBLED_NUM 12 // Number of LEDs /* diff --git a/keyboards/iris/rev3/config.h b/keyboards/iris/rev3/config.h index 3329a4edb2..1032231d89 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/>. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) -#define BACKLIGHT_PIN B5 +#define BACKLIGHT_PIN B6 #define BACKLIGHT_LEVELS 5 /* ws2812 RGB LED */ #define RGB_DI_PIN F7 - #define RGBLED_NUM 12 // Number of LEDs /* |