summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/hwpm87/rules.mk
diff options
context:
space:
mode:
authorCao Thai Duong <57068549+KD-MM2@users.noreply.github.com>2022-09-26 14:42:04 +0900
committerGitHub <noreply@github.com>2022-09-25 22:42:04 -0700
commit6809f154c9b8a405444c1a32839e7e3687ddb8e2 (patch)
tree6a4165f85c55598ba977592664a8f7fbbf26652a /keyboards/handwired/hwpm87/rules.mk
parent04b93bd2a9940bc194b512797a6a9a205c77e8c1 (diff)
[Keyboard] Add Handwired 87 keys (#17682)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/hwpm87/rules.mk')
-rw-r--r--keyboards/handwired/hwpm87/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/hwpm87/rules.mk b/keyboards/handwired/hwpm87/rules.mk
new file mode 100644
index 0000000000..7f42dae592
--- /dev/null
+++ b/keyboards/handwired/hwpm87/rules.mk
@@ -0,0 +1,20 @@
+# 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 = yes # 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 = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+
+