summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris/rev7/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-11 21:04:46 +0000
committerQMK Bot <hello@qmk.fm>2022-08-11 21:04:46 +0000
commit8c4269f98e107a9c98127464e6870798b1734a61 (patch)
tree6bb797416262985aa9fa775f04e84ebb6387d23a /keyboards/keebio/iris/rev7/rules.mk
parent272f224dc6233e96fce4d0554d065bd403a7e0df (diff)
parentfab6c8a0284eb84de0ab5552c5d0fb412043dd45 (diff)
Merge remote-tracking branch 'origin/master' into develop
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