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/pegasus/pegasus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/pegasus/pegasus.c') diff --git a/keyboards/pegasus/pegasus.c b/keyboards/pegasus/pegasus.c index 0800a36f9e..1ffcd50fae 100644 --- a/keyboards/pegasus/pegasus.c +++ b/keyboards/pegasus/pegasus.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#include "pegasus.h" +#include "quantum.h" #ifdef ENCODER_ENABLE bool encoder_update_kb(uint8_t index, bool clockwise) { -- cgit v1.2.3