]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update iris 3 (#4307)
authorDanny <nooges@users.noreply.github.com>
Wed, 31 Oct 2018 21:43:39 +0000 (17:43 -0400)
committerDrashna Jaelre <drashna@live.com>
Wed, 31 Oct 2018 21:43:39 +0000 (14:43 -0700)
* Fix incorrect LED pin assignment

* Strip out extra newline

keyboards/iris/rev1/config.h
keyboards/iris/rev1_led/config.h
keyboards/iris/rev2/config.h
keyboards/iris/rev3/config.h

index 3c088f671125a3d27036686f5a39bfeaa66b177d..7f76df54ba1a27cb094446579ab7d8f439334d97 100644 (file)
@@ -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
 
 /*
index d8571f8daf01d9d006799d222196868e8b43325e..b58b11836a1e7dfb2521927cf997038670d2a256 100644 (file)
@@ -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
 
 /*
index 087e0f69e585b31cb00efcabd64de854f0578e85..266c29b9c99e67bd8675a4e1abd4f2111bc2a4a2 100644 (file)
@@ -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
 
 /*
index 3329a4edb2f2f4fbda2b539879140ed7d8efe857..1032231d8982dfa011d369250e90a0ab95199b4d 100644 (file)
@@ -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
 
 /*