summaryrefslogtreecommitdiff
path: root/keyboards/skippys_custom_pcs/roopad/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-29 16:27:40 +0000
committerQMK Bot <hello@qmk.fm>2021-11-29 16:27:40 +0000
commitc1556f7af09de8a57a00218b728185d52bc2d824 (patch)
tree2f0823bfeed3595dfb1d529d54097349ef5a12ba /keyboards/skippys_custom_pcs/roopad/rules.mk
parent25a0432228bc94ca88d6adad509d5a12f06ed217 (diff)
parent569eee20b4db77f13d28c35cb17fbadb536c4a11 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/skippys_custom_pcs/roopad/rules.mk')
-rw-r--r--keyboards/skippys_custom_pcs/roopad/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/skippys_custom_pcs/roopad/rules.mk b/keyboards/skippys_custom_pcs/roopad/rules.mk
new file mode 100644
index 0000000000..94b6cd8385
--- /dev/null
+++ b/keyboards/skippys_custom_pcs/roopad/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Processor frequency
+F_CPU = 8000000
+
+# 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 = 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 = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output \ No newline at end of file