summaryrefslogtreecommitdiff
path: root/keyboards/handwired/hwpm87/rules.mk
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-09-29 11:25:42 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-09-29 11:25:42 +0200
commite477fc45079e29fe2bee92f3a3b1c11346888ebc (patch)
tree56bacbd498d01e8294c814a6fa75c8e9e77cc050 /keyboards/handwired/hwpm87/rules.mk
parent6afdd9d74da250e47ac64d6690bd19d037045e99 (diff)
parenteb55551e2d764ac48c48e02165589ab11f4c8005 (diff)
downloadqmk_firmware-taamas.tar.gz
qmk_firmware-taamas.zip
Merge branch 'master' into taamastaamas
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
+
+