summaryrefslogtreecommitdiff
path: root/keyboards/handwired/lemonpad/rules.mk
diff options
context:
space:
mode:
authorDari <41168529+dari-studios@users.noreply.github.com>2022-02-26 20:18:51 -0500
committerGitHub <noreply@github.com>2022-02-26 17:18:51 -0800
commitd94b5d0b8219dfce42aad5798d3bb1d6cf7fec19 (patch)
tree8800e17ddfb81e2c9ac027b71af64e8c8df5a127 /keyboards/handwired/lemonpad/rules.mk
parent3057e5f8ca523427644ca1e8745bc0b5492a6d67 (diff)
[Handwired] Support for Adafruit lemon keypad (#16395)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/lemonpad/rules.mk')
-rw-r--r--keyboards/handwired/lemonpad/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/lemonpad/rules.mk b/keyboards/handwired/lemonpad/rules.mk
new file mode 100644
index 0000000000..6174b9bd66
--- /dev/null
+++ b/keyboards/handwired/lemonpad/rules.mk
@@ -0,0 +1,20 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# 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 = yes # Console for debug
+COMMAND_ENABLE = yes # 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
+
+LTO_ENABLE = yes