summaryrefslogtreecommitdiff
path: root/keyboards/reviung5/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-06 22:20:51 +0000
committerQMK Bot <hello@qmk.fm>2021-07-06 22:20:51 +0000
commit0aa963c740012715c150731bf53d02f3dba6747b (patch)
tree0e55bc3a7224976a70d8d139b1c6366adf2eb720 /keyboards/reviung5/rules.mk
parent2048c28f789e8942367bd7cca0d4d243784c7186 (diff)
parent09c4d536c31c7443c4355e749e72364262fdd454 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/reviung5/rules.mk')
-rw-r--r--keyboards/reviung5/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/reviung5/rules.mk b/keyboards/reviung5/rules.mk
new file mode 100644
index 0000000000..f543038025
--- /dev/null
+++ b/keyboards/reviung5/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+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
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes \ No newline at end of file