浏览代码

Update iris 3 (#4307)

* Fix incorrect LED pin assignment

* Strip out extra newline
Danny 6 年之前
父节点
当前提交
bd6d6d93f2
共有 4 个文件被更改,包括 1 次插入5 次删除
  1. 0 1
      keyboards/iris/rev1/config.h
  2. 0 1
      keyboards/iris/rev1_led/config.h
  3. 0 1
      keyboards/iris/rev2/config.h
  4. 1 2
      keyboards/iris/rev3/config.h

+ 0 - 1
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
 
 /*

+ 0 - 1
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
 
 /*

+ 0 - 1
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
 
 /*

+ 1 - 2
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
 
 /*