summaryrefslogtreecommitdiff
path: root/keyboards/h0oni/deskpad/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-18 09:15:38 +0000
committerQMK Bot <hello@qmk.fm>2022-04-18 09:15:38 +0000
commitdce3dc3fe5131eea85312f2fa72a2019594548b1 (patch)
treecdad5457b7ae8a6e902281303c96b152e13464cd /keyboards/h0oni/deskpad/rules.mk
parentb1ceb4bb6abe01e98b9ae0a36b7b87cdb383884a (diff)
parentf52f3f10772621864b16f9dc299f49df9d958cd8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/h0oni/deskpad/rules.mk')
-rw-r--r--keyboards/h0oni/deskpad/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/h0oni/deskpad/rules.mk b/keyboards/h0oni/deskpad/rules.mk
new file mode 100644
index 0000000000..f28bef72ba
--- /dev/null
+++ b/keyboards/h0oni/deskpad/rules.mk
@@ -0,0 +1,19 @@
+# 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 = 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 \ No newline at end of file