diff options
| author | Danny <nooges@users.noreply.github.com> | 2019-06-02 01:36:30 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-06-01 22:36:30 -0700 |
| commit | 0744af97af68da4b4ed6e4eca3c61facb39e7971 (patch) | |
| tree | eea79c99a14f75501b5a26a10ab5ad7e1817c4e1 | |
| parent | 3449000f425ba2dfe2fa1119435b3f61bc22be76 (diff) | |
| download | qmk_firmware-0744af97af68da4b4ed6e4eca3c61facb39e7971.tar.gz qmk_firmware-0744af97af68da4b4ed6e4eca3c61facb39e7971.zip | |
[Keyboard] Update Iris Rev 3 QMK-DFU settings (#6050)
* Set the correct pinout for Iris Rev 3 QMK-DFU
* Set bootloader to QMK-DFU
| -rw-r--r-- | keyboards/keebio/iris/rev3/config.h | 4 | ||||
| -rw-r--r-- | keyboards/keebio/iris/rules.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/keebio/iris/rev3/config.h b/keyboards/keebio/iris/rev3/config.h index ff0d28c73..5a99f787b 100644 --- a/keyboards/keebio/iris/rev3/config.h +++ b/keyboards/keebio/iris/rev3/config.h | |||
| @@ -36,8 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | #define MATRIX_ROW_PINS { D2, D3, D5, D7, D6 } | 36 | #define MATRIX_ROW_PINS { D2, D3, D5, D7, D6 } |
| 37 | #define MATRIX_COL_PINS { F1, F4, F5, F6, D4, B4 } | 37 | #define MATRIX_COL_PINS { F1, F4, F5, F6, D4, B4 } |
| 38 | #define SPLIT_HAND_PIN F0 | 38 | #define SPLIT_HAND_PIN F0 |
| 39 | #define QMK_ESC_OUTPUT D2 | 39 | #define QMK_ESC_OUTPUT F1 |
| 40 | #define QMK_ESC_INPUT F1 | 40 | #define QMK_ESC_INPUT D2 |
| 41 | #define QMK_LED B0 | 41 | #define QMK_LED B0 |
| 42 | #define QMK_SPEAKER C6 | 42 | #define QMK_SPEAKER C6 |
| 43 | 43 | ||
diff --git a/keyboards/keebio/iris/rules.mk b/keyboards/keebio/iris/rules.mk index 9745d5e3c..18d1d6550 100644 --- a/keyboards/keebio/iris/rules.mk +++ b/keyboards/keebio/iris/rules.mk | |||
| @@ -8,7 +8,7 @@ F_USB = $(F_CPU) | |||
| 8 | # different sizes, comment this out, and the correct address will be loaded | 8 | # different sizes, comment this out, and the correct address will be loaded |
| 9 | # automatically (+60). See bootloader.mk for all options. | 9 | # automatically (+60). See bootloader.mk for all options. |
| 10 | ifeq ($(strip $(KEYBOARD)), iris/rev3) | 10 | ifeq ($(strip $(KEYBOARD)), iris/rev3) |
| 11 | BOOTLOADER = dfu | 11 | BOOTLOADER = qmk-dfu |
| 12 | else | 12 | else |
| 13 | BOOTLOADER = caterina | 13 | BOOTLOADER = caterina |
| 14 | endif | 14 | endif |
