diff options
author | Danny <nooges@users.noreply.github.com> | 2022-09-07 17:52:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 17:52:11 -0400 |
commit | 7b4dc5a7e4af30c27e453c55230f80adb8721c13 (patch) | |
tree | 89c89186607a9d588f43ff62dc0575daba109ec5 /keyboards/keebio/iris/rev6b/rules.mk | |
parent | ce90be09610861e8a74fd5651efab706cb5ce06d (diff) |
Add Iris Rev. 6b (#18307)
Diffstat (limited to 'keyboards/keebio/iris/rev6b/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/rev6b/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev6b/rules.mk b/keyboards/keebio/iris/rev6b/rules.mk new file mode 100644 index 0000000000..87f19b5fc1 --- /dev/null +++ b/keyboards/keebio/iris/rev6b/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-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 +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes +ENCODER_ENABLE = yes +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 + +LTO_ENABLE = yes |