logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 4e2effc538f1ec4a2b11a2e37ff1fab139be319c
parent 8d5517fa633e7cefeb8e7cf06b430318d1f0401a
Author: Ryan <fauxpark@gmail.com>
Date:   Tue, 23 Jul 2024 01:16:00 +1000

`rubi`: reduce firmware size (#24170)


Diffstat:

Mkeyboards/rubi/keyboard.json3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/keyboards/rubi/keyboard.json b/keyboards/rubi/keyboard.json @@ -22,6 +22,9 @@ "resync": true } }, + "build": { + "lto": true + }, "matrix_pins": { "cols": ["B3", "B2", "B1", "F7"], "rows": ["F0", "F1", "F4", "F5", "F6"]