diff options
| author | QMK Bot | 2024-07-20 23:53:32 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-07-20 23:53:32 +0200 |
| commit | 23e7d93d0e30de2dea0fc2d541e4aa41edddc809 (patch) | |
| tree | 4dc3be7eb9d16a7e8424363fc2d8eff733591479 | |
| parent | 8a58ad27a295fdd08a416559945100231e7e7b68 (diff) | |
| parent | eb60235cd58d4591ee05620a0ad3cbc2061054b5 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json b/keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json index eebc5d5546..df810f2881 100644 --- a/keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json +++ b/keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json @@ -15,5 +15,8 @@ } }, "processor": "atmega32u4", - "bootloader": "caterina" + "bootloader": "caterina", + "build": { + "lto": true + } } |