summaryrefslogtreecommitdiff
path: root/keyboards/elephant42/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-02 11:23:33 +0000
committerQMK Bot <hello@qmk.fm>2022-07-02 11:23:33 +0000
commit5d8b6847c7baaa12b76d5fea1eb93bdbf128946e (patch)
tree90cae2b9c695cec1a06f2a790a162dae07354fff /keyboards/elephant42/rules.mk
parenta9af4c928eb7e754439a9435d6e07126b3cd3194 (diff)
parentf2f88bcfcc93a7ab1f7a3adb1b5da205d6e5452f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/elephant42/rules.mk')
-rw-r--r--keyboards/elephant42/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/elephant42/rules.mk b/keyboards/elephant42/rules.mk
new file mode 100644
index 0000000000..642314b9c2
--- /dev/null
+++ b/keyboards/elephant42/rules.mk
@@ -0,0 +1,23 @@
+# 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
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812
+AUDIO_ENABLE = no # Audio output
+SPLIT_KEYBOARD = yes
+OLED_ENABLE = yes
+LTO_ENABLE = yes