diff options
Diffstat (limited to 'keyboards/lily58/rules.mk')
| -rw-r--r-- | keyboards/lily58/rules.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/keyboards/lily58/rules.mk b/keyboards/lily58/rules.mk index d413510ba..34b512d59 100644 --- a/keyboards/lily58/rules.mk +++ b/keyboards/lily58/rules.mk | |||
| @@ -29,19 +29,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |||
| 29 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 29 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 30 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 30 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 31 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 31 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 32 | 32 | OLED_DRIVER_ENABLE = yes # OLED display | |
| 33 | CUSTOM_MATRIX = yes | 33 | SPLIT_KEYBOARD = yes |
| 34 | |||
| 35 | SRC += i2c.c | ||
| 36 | SRC += serial.c | ||
| 37 | SRC += ssd1306.c | ||
| 38 | |||
| 39 | # A workaround until #7089 is merged. | ||
| 40 | # serial.c must not be compiled with the -lto option. | ||
| 41 | # The current LIB_SRC has a side effect with the -fno-lto option, so use it. | ||
| 42 | LIB_SRC += serial.c | ||
| 43 | |||
| 44 | # if firmware size over limit, try this option | ||
| 45 | # CFLAGS += -flto | ||
| 46 | 34 | ||
| 47 | DEFAULT_FOLDER = lily58/rev1 | 35 | DEFAULT_FOLDER = lily58/rev1 |
