summaryrefslogtreecommitdiff
path: root/keyboards/skippys_custom_pcs/roopad/rules.mk
diff options
context:
space:
mode:
authorWolf Van Herreweghe <wolfvanh@gmail.com>2021-11-29 17:27:07 +0100
committerGitHub <noreply@github.com>2021-11-29 08:27:07 -0800
commit569eee20b4db77f13d28c35cb17fbadb536c4a11 (patch)
treec71bd383fb3f2e9387b852b4aac1877563a1ee29 /keyboards/skippys_custom_pcs/roopad/rules.mk
parent62e01928cd4d978d275eb28992866ddf0d39922f (diff)
[Keyboard] Add RooPad (#15215)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
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