diff options
author | Danny <nooges@users.noreply.github.com> | 2021-08-30 14:49:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 11:49:46 -0700 |
commit | 2dc07391bd61e266ac2410ba7c0413c19eea5db5 (patch) | |
tree | f7a51a45b843c2d7c555ff9be3fb211d6f2b79ee /keyboards/keebio/iris/rev5/rules.mk | |
parent | 27aebba1b1eadedf2ce25efc081aef3bdbbaab7a (diff) |
[Keyboard] Add Iris Rev. 5 (#13934)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/iris/rev5/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/rev5/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev5/rules.mk b/keyboards/keebio/iris/rev5/rules.mk new file mode 100644 index 0000000000..b77e9ce72b --- /dev/null +++ b/keyboards/keebio/iris/rev5/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes +ENCODER_ENABLE = yes |