summaryrefslogtreecommitdiff
path: root/keyboards/horrortroll/lemon40/rules.mk
diff options
context:
space:
mode:
authorHorrorTroll <sonicvipduc@gmail.com>2022-06-13 01:30:08 +0700
committerGitHub <noreply@github.com>2022-06-12 11:30:08 -0700
commitc2045558d9404e12bad893f68993fe6915235945 (patch)
tree7b528df33ea3367f7ea744e79467a30516bbace0 /keyboards/horrortroll/lemon40/rules.mk
parentb5a53a994652e1fda5dbb5a3af2fd85e4ecaa951 (diff)
[Keyboard] Add Lemon40 keyboard (#17357)
Diffstat (limited to 'keyboards/horrortroll/lemon40/rules.mk')
-rw-r--r--keyboards/horrortroll/lemon40/rules.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/horrortroll/lemon40/rules.mk b/keyboards/horrortroll/lemon40/rules.mk
new file mode 100644
index 0000000000..d3b7b88d63
--- /dev/null
+++ b/keyboards/horrortroll/lemon40/rules.mk
@@ -0,0 +1,28 @@
+SRC += lib/bongocat.c
+
+# 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 = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+
+# OLED enabled
+OLED_ENABLE = yes
+OLED_DRIVER = SSD1306
+WPM_ENABLE = yes
+
+# Additional thing to reduce compiled size
+LTO_ENABLE = yes