summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rev7/rules.mk
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2022-08-11 17:04:00 -0400
committerGitHub <noreply@github.com>2022-08-11 14:04:00 -0700
commitfab6c8a0284eb84de0ab5552c5d0fb412043dd45 (patch)
treec942312d212e79da34b1962fcb6c058977262271 /keyboards/keebio/iris/rev7/rules.mk
parent55f5406ac76652286121d3c1fa398fa0defb8e0d (diff)
[Keyboard] Add Iris Rev. 7 (#17967)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/keebio/iris/rev7/rules.mk')
-rw-r--r--keyboards/keebio/iris/rev7/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev7/rules.mk b/keyboards/keebio/iris/rev7/rules.mk
new file mode 100644
index 0000000000..87f19b5fc1
--- /dev/null
+++ b/keyboards/keebio/iris/rev7/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