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/jian/handwired/handwired.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/jian/handwired') diff --git a/keyboards/jian/handwired/handwired.h b/keyboards/jian/handwired/handwired.h index 9b388b94ae..7d961690d2 100644 --- a/keyboards/jian/handwired/handwired.h +++ b/keyboards/jian/handwired/handwired.h @@ -1,6 +1,6 @@ #pragma once -#include "jian.h" +#include "quantum.h" #define XXX KC_NO #define LAYOUT( \ -- cgit v1.2.3