diff options
author | jack <0x6A73@pm.me> | 2022-07-12 23:20:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 22:20:38 -0700 |
commit | 98312417b524b7ef4717c5a5523ab87d94aeee52 (patch) | |
tree | 9ad6d2e8b239696ea03558f5492c763d5e335ef6 /keyboards/boardsource/lulu/rules.mk | |
parent | 068d5688d849ea3b1b5280457b42b7c42115c2ba (diff) |
[Keyboard] boardsource/lulu data driven (#17638)
Diffstat (limited to 'keyboards/boardsource/lulu/rules.mk')
-rw-r--r-- | keyboards/boardsource/lulu/rules.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/boardsource/lulu/rules.mk b/keyboards/boardsource/lulu/rules.mk index 06d206cb55..32afd21635 100644 --- a/keyboards/boardsource/lulu/rules.mk +++ b/keyboards/boardsource/lulu/rules.mk @@ -1,26 +1 @@ -# 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 = yes # 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 = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -SPLIT_KEYBOARD = yes -RGB_MATRIX_ENABLE = yes RGB_MATRIX_DRIVER = WS2812 -RGB_MATRIX_SUPPORTED = yes -OLED_ENABLE = yes -OLED_DRIVER = SSD1306 -LTO_ENABLE = yes -ENCODER_ENABLE = yes |