summaryrefslogtreecommitdiffstats
path: root/keyboards/labbe/labbeminiv1/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-06-21 03:34:03 +0000
committerQMK Bot <hello@qmk.fm>2022-06-21 03:34:03 +0000
commit2b23ca876d9beb2a8c87e081e8bf9ffb356db6ab (patch)
tree14c59d6040e2c56231e80ce713d7888896b379a8 /keyboards/labbe/labbeminiv1/rules.mk
parent503b40e748ab2cf5c8bff3a70497fe7335143c5c (diff)
parent84718c0ab7fc3661d9420e9872e3a86732da52a9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/labbe/labbeminiv1/rules.mk')
-rw-r--r--keyboards/labbe/labbeminiv1/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/labbe/labbeminiv1/rules.mk b/keyboards/labbe/labbeminiv1/rules.mk
new file mode 100644
index 0000000000..424f7c14f5
--- /dev/null
+++ b/keyboards/labbe/labbeminiv1/rules.mk
@@ -0,0 +1,18 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = no # 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 \ No newline at end of file