From 441988ef3895171d640e807205e7978ff9755acd Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Apr 2023 20:50:50 +1000 Subject: Move `default` layouts to data driven (#20349) --- keyboards/lyso1/lck75/lck75.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/lyso1/lck75/lck75.c') diff --git a/keyboards/lyso1/lck75/lck75.c b/keyboards/lyso1/lck75/lck75.c index edaaf3feb1..af0cdc6467 100644 --- a/keyboards/lyso1/lck75/lck75.c +++ b/keyboards/lyso1/lck75/lck75.c @@ -12,7 +12,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "lck75.h" +#include "quantum.h" #define IDLE_FRAMES 5 #define IDLE_SPEED 30 -- cgit v1.2.3