diff options
| author | Zach White <skullydazed@gmail.com> | 2021-01-05 10:43:06 -0800 |
|---|---|---|
| committer | Zach White <skullydazed@drpepper.org> | 2021-01-05 13:13:47 -0800 |
| commit | 34513b466599066e0f3d33cc66e72ac4f039b717 (patch) | |
| tree | e5b57d8dbb627ccabddbe9a490aae3efdf1373e0 /keyboards/nightly_boards | |
| parent | 3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (diff) | |
| download | qmk_firmware-34513b466599066e0f3d33cc66e72ac4f039b717.tar.gz qmk_firmware-34513b466599066e0f3d33cc66e72ac4f039b717.zip | |
enable LTO to bring firmware size down
Diffstat (limited to 'keyboards/nightly_boards')
| -rw-r--r-- | keyboards/nightly_boards/octopad/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/nightly_boards/octopad/rules.mk b/keyboards/nightly_boards/octopad/rules.mk index 0e0230e1e..9ac5c6d72 100644 --- a/keyboards/nightly_boards/octopad/rules.mk +++ b/keyboards/nightly_boards/octopad/rules.mk | |||
| @@ -15,6 +15,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 18 | LTO_ENABLE = yes # Link Time Optimization, makes the firmware smaller but some features may not work | ||
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | 19 | NKRO_ENABLE = no # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| @@ -23,4 +24,4 @@ AUDIO_ENABLE = yes # Audio output | |||
| 23 | ENCODER_ENABLE = yes # Enable Rotary Encoders | 24 | ENCODER_ENABLE = yes # Enable Rotary Encoders |
| 24 | 25 | ||
| 25 | # Added encoder Action | 26 | # Added encoder Action |
| 26 | SRC += encoder_action.c \ No newline at end of file | 27 | SRC += encoder_action.c |
