summary refs log tree commit diff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-05 21:14:16 +0000
committerQMK Bot <hello@qmk.fm>2021-01-05 21:14:16 +0000
commitf30a49df6accd3193fa84f08297c77668df96d9f (patch)
tree6af868a434afab53c5da4ee1aef76849efa9a2f0
parentcf2f13fc77e7d9371e845d8825f8ced974083c70 (diff)
parent34513b466599066e0f3d33cc66e72ac4f039b717 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/nightly_boards/octopad/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/nightly_boards/octopad/rules.mk b/keyboards/nightly_boards/octopad/rules.mk
index 0e0230e1e5..9ac5c6d729 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
 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 SLEEP_LED_ENABLE = no         # Breathing sleep LED during USB suspend
 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+LTO_ENABLE = yes              # Link Time Optimization, makes the firmware smaller but some features may not work
 NKRO_ENABLE = no              # USB Nkey Rollover
 BACKLIGHT_ENABLE = no         # Enable keyboard backlight functionality
 RGBLIGHT_ENABLE = yes         # Enable keyboard RGB underglow
@@ -23,4 +24,4 @@ AUDIO_ENABLE = yes             # Audio output
 ENCODER_ENABLE = yes          # Enable Rotary Encoders
 
 # Added encoder Action
-SRC +=  encoder_action.c
\ No newline at end of file
+SRC +=  encoder_action.c