commit eb60235cd58d4591ee05620a0ad3cbc2061054b5 parent 2fb9816c7775f1ed5a649f7d2269be3816159ccf Author: Ryan <fauxpark@gmail.com> Date: Sun, 21 Jul 2024 07:53:04 +1000 `handwired/tractyl_manuform/5x6_right/arduinomicro`: reduce size (#24159) Diffstat:
| M | keyboards/handwired/tractyl_manuform/5x6_right/arduinomicro/keyboard.json | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git 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 + } }