summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/mutepad/rules.mk
diff options
context:
space:
mode:
authorJoshua Barber <josh@jwjb.io>2022-03-20 17:02:46 +0000
committerGitHub <noreply@github.com>2022-03-20 17:02:46 +0000
commit6125f7bf4d15b4ab9403186a5282bb75bc00bd07 (patch)
tree65a5d1b076a254a325ee876ed613ac38fb62fe9a /keyboards/handwired/mutepad/rules.mk
parent2f095b8925df98cf2c8c818c8fc44a9015efd6be (diff)
Add MutePad keyboard (Handwired) (#16590)
* Add MutePad keyboard * Update info.json and readme * Move mutepad to handwired folder * Address PR comments
Diffstat (limited to 'keyboards/handwired/mutepad/rules.mk')
-rw-r--r--keyboards/handwired/mutepad/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/handwired/mutepad/rules.mk b/keyboards/handwired/mutepad/rules.mk
new file mode 100644
index 0000000000..1a63bd74b1
--- /dev/null
+++ b/keyboards/handwired/mutepad/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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
+ENCODER_ENABLE = yes