summaryrefslogtreecommitdiff
path: root/keyboards/adpenrose/akemipad/rules.mk
diff options
context:
space:
mode:
authorArturo Avila <69410272+ADPenrose@users.noreply.github.com>2022-12-27 14:09:01 -0600
committerGitHub <noreply@github.com>2022-12-27 12:09:01 -0800
commit3de3f885de12b297ba3526d7d3c3694785fd3ab8 (patch)
treea75cd3be7443e144292798597d1a271576a06ff5 /keyboards/adpenrose/akemipad/rules.mk
parent95e97fa8397eaccec1972e4233f89349cd4f06ca (diff)
[Keyboard] Add AkemiPad (#18790)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/adpenrose/akemipad/rules.mk')
-rw-r--r--keyboards/adpenrose/akemipad/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/adpenrose/akemipad/rules.mk b/keyboards/adpenrose/akemipad/rules.mk
new file mode 100644
index 0000000000..9c75c3f01c
--- /dev/null
+++ b/keyboards/adpenrose/akemipad/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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 = yes # Audio output
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+ENCODER_ENABLE = yes