summaryrefslogtreecommitdiff
path: root/keyboards/monoflex60/rules.mk
diff options
context:
space:
mode:
authorIvan Gromov <38141348+key10iq@users.noreply.github.com>2022-02-21 10:16:23 +0400
committerGitHub <noreply@github.com>2022-02-20 22:16:23 -0800
commit9bf25d1cd5f7616d30b000d50c51acd9dfaacd41 (patch)
treef8dc78cd445e96a22f23b5e0757bf1ddd4bb8530 /keyboards/monoflex60/rules.mk
parent2d1d44edb701a47571d8ad2a07cb0899f255849e (diff)
[Keyboard] Add Monoflex 60 keyboard (#16234)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/monoflex60/rules.mk')
-rw-r--r--keyboards/monoflex60/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/monoflex60/rules.mk b/keyboards/monoflex60/rules.mk
new file mode 100644
index 0000000000..6983d5c803
--- /dev/null
+++ b/keyboards/monoflex60/rules.mk
@@ -0,0 +1,19 @@
+# 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 = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = yes