diff options
author | Danny <nooges@users.noreply.github.com> | 2019-09-05 23:10:57 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-05 20:10:57 -0700 |
commit | f0ad3fc68a052be00c772b3b911079091015e57d (patch) | |
tree | 623f7f77244700a46e8fce7114fc423452c9a5ee /keyboards/keebio/iris/rules.mk | |
parent | 98599173d7306d53cc8603d40bc50e229025fbdf (diff) | |
download | qmk_firmware-f0ad3fc68a052be00c772b3b911079091015e57d.tar.gz |
[Keyboard] Add Iris Rev 4 (#6660)
* Add Iris Rev. 4
* Fix EEPROM addresses
Diffstat (limited to 'keyboards/keebio/iris/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/keebio/iris/rules.mk b/keyboards/keebio/iris/rules.mk index b0012e161..83b13b160 100644 --- a/keyboards/keebio/iris/rules.mk +++ b/keyboards/keebio/iris/rules.mk @@ -9,6 +9,8 @@ F_USB = $(F_CPU) # automatically (+60). See bootloader.mk for all options. ifneq (, $(findstring rev3, $(KEYBOARD))) BOOTLOADER = qmk-dfu +else ifneq (, $(findstring rev4, $(KEYBOARD))) + BOOTLOADER = qmk-dfu else BOOTLOADER = caterina endif @@ -24,8 +26,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls |