From 9dbee3e23d28e5f61384bbb5650505a572022341 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 16 Mar 2023 20:18:33 +1100 Subject: Remove useless "ifdef KEYBOARD_*" (#20078) Co-authored-by: Nick Brassel --- keyboards/rura66/rev1/rev1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/rura66/rev1') diff --git a/keyboards/rura66/rev1/rev1.c b/keyboards/rura66/rev1/rev1.c index f42bdad44b..d1b6a4ff6a 100644 --- a/keyboards/rura66/rev1/rev1.c +++ b/keyboards/rura66/rev1/rev1.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#include "rura66.h" +#include "rev1.h" bool is_mac_mode(void) { return keymap_config.swap_lalt_lgui == false; -- cgit v1.2.3