summaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rev6a/rules.mk
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2022-04-05 17:14:07 -0400
committerGitHub <noreply@github.com>2022-04-05 17:14:07 -0400
commit563c4dbb09fcb3ff76bd453d8780f398e57c2ada (patch)
tree45a3218ca97428ed7ec90a3c4dc78fc2b6e3cfa3 /keyboards/keebio/iris/rev6a/rules.mk
parent67bb6e19458e49008ee11fbce3a26e1967edffe4 (diff)
Add Iris Rev 6.1 (#16722)
Diffstat (limited to 'keyboards/keebio/iris/rev6a/rules.mk')
-rw-r--r--keyboards/keebio/iris/rev6a/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev6a/rules.mk b/keyboards/keebio/iris/rev6a/rules.mk
new file mode 100644
index 0000000000..87f19b5fc1
--- /dev/null
+++ b/keyboards/keebio/iris/rev6a/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