summaryrefslogtreecommitdiff
path: root/keyboards/mntre/rules.mk
diff options
context:
space:
mode:
authorcdc-mkb <90561417+cdc-mkb@users.noreply.github.com>2021-12-27 02:00:06 +0100
committerGitHub <noreply@github.com>2021-12-27 12:00:06 +1100
commit51be57c28709f60ce8c196de48d302d67abe6a4d (patch)
tree1e3d2b0b8d5871bc79530e6185dc717b87d82c59 /keyboards/mntre/rules.mk
parent94fe31609e41902c0cf579f2d2601ad8b54c5d3f (diff)
[Keyboard] Add MNT Reform USB Keyboard (Standalone) (#15561)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/mntre/rules.mk')
-rw-r--r--keyboards/mntre/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mntre/rules.mk b/keyboards/mntre/rules.mk
new file mode 100644
index 0000000000..0159e4da7e
--- /dev/null
+++ b/keyboards/mntre/rules.mk
@@ -0,0 +1,21 @@
+# 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 = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+OLED_ENABLE = yes
+BACKLIGHT_DRIVER = pwm
+