From 019a0d941aeddd68fc3888a08be11c5b3f90a578 Mon Sep 17 00:00:00 2001 From: schuay Date: Wed, 31 Dec 2025 10:25:27 +0100 Subject: [PATCH] disable lto and enable encoder by default --- keyboards/cheapino/keyboard.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/keyboards/cheapino/keyboard.json b/keyboards/cheapino/keyboard.json index 1c6d426651a..e7dc06f6651 100644 --- a/keyboards/cheapino/keyboard.json +++ b/keyboards/cheapino/keyboard.json @@ -8,15 +8,13 @@ "driver": "vendor", "pin": "GP16" }, - "build": { - "lto": true - }, "features": { "bootmagic": true, "caps_word": true, "command": false, "console": false, "deferred_exec": true, + "encoder": true, "extrakey": true, "mousekey": true, "nkro": false,