diff options
author | Daniil Iastremskii <daniil.iastremskii@wolt.com> | 2022-07-02 14:22:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 21:22:51 +1000 |
commit | f2f88bcfcc93a7ab1f7a3adb1b5da205d6e5452f (patch) | |
tree | 3c61fd90772b10ee7880eed5f9bac1f931a6a395 /keyboards/elephant42/rules.mk | |
parent | fd44341cbf63787e1e0d8224a8dcb5143b029d2a (diff) |
Add elephant42 keyboard (#14336)
Diffstat (limited to 'keyboards/elephant42/rules.mk')
-rw-r--r-- | keyboards/elephant42/rules.mk | 23 |
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 |