summaryrefslogtreecommitdiff
path: root/keyboards/h0oni/deskpad/rules.mk
diff options
context:
space:
mode:
authorMd. Mashur Shalehin Sakib <41992136+h0oni@users.noreply.github.com>2022-04-18 15:13:44 +0600
committerGitHub <noreply@github.com>2022-04-18 02:13:44 -0700
commitf52f3f10772621864b16f9dc299f49df9d958cd8 (patch)
tree5024b9647f888cba96b55e0675665afe47cd2057 /keyboards/h0oni/deskpad/rules.mk
parent0d67eec5e23cf5ffb95ad6b72199a79ef23a6132 (diff)
[Keyboard] Add deskpad (#15602)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
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