diff options
author | Danny Nguyen <danny@keeb.io> | 2018-01-18 14:51:16 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-23 14:42:11 -0500 |
commit | c73514a2b7284df51b8c6acd416e3fcb01dcbdc7 (patch) | |
tree | 2022e4cb2e5dcf1892d3b96f7835229a448498c3 /keyboards/iris/rev1 | |
parent | ac642de9d7560fdd994790288a81163a410a601e (diff) | |
download | qmk_firmware-c73514a2b7284df51b8c6acd416e3fcb01dcbdc7.tar.gz qmk_firmware-c73514a2b7284df51b8c6acd416e3fcb01dcbdc7.zip |
Update pinout for Rev. 1.0 Iris without LED
Diffstat (limited to 'keyboards/iris/rev1')
-rw-r--r-- | keyboards/iris/rev1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/iris/rev1/config.h b/keyboards/iris/rev1/config.h index c9bc625289..c22d49b262 100644 --- a/keyboards/iris/rev1/config.h +++ b/keyboards/iris/rev1/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Danny Nguyen <danny@hexwire.com> +Copyright 2017 Danny Nguyen <danny@keeb.io> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // wiring of each half #define MATRIX_ROW_PINS { D7, E6, B4, B5, D4 } -#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, F4 } +#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW @@ -59,7 +59,7 @@ 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 B6 +#define BACKLIGHT_PIN D2 #define BACKLIGHT_LEVELS 5 /* ws2812 RGB LED */ |