summaryrefslogtreecommitdiff
path: root/keyboards/jian
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-16 20:18:33 +1100
committerGitHub <noreply@github.com>2023-03-16 20:18:33 +1100
commit9dbee3e23d28e5f61384bbb5650505a572022341 (patch)
treebfa5fae549305e780fb81ce7275ced1f808a7e36 /keyboards/jian
parent72da3ee63e110392bebaa64dd7d862fb99097505 (diff)
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/jian')
-rw-r--r--keyboards/jian/handwired/handwired.h2
-rw-r--r--keyboards/jian/jian.c1
-rw-r--r--keyboards/jian/jian.h19
-rw-r--r--keyboards/jian/nsrev2/nsrev2.h2
-rw-r--r--keyboards/jian/rev1/rev1.h2
-rw-r--r--keyboards/jian/rev2/rev2.h2
6 files changed, 4 insertions, 24 deletions
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( \
diff --git a/keyboards/jian/jian.c b/keyboards/jian/jian.c
deleted file mode 100644
index e85b8554f0..0000000000
--- a/keyboards/jian/jian.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "jian.h"
diff --git a/keyboards/jian/jian.h b/keyboards/jian/jian.h
deleted file mode 100644
index d09d056e9b..0000000000
--- a/keyboards/jian/jian.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#ifdef KEYBOARD_jian_handwired
- #include "handwired.h"
-#endif
-
-#ifdef KEYBOARD_jian_rev1
- #include "rev1.h"
-#endif
-
-#ifdef KEYBOARD_jian_rev2
-#include "rev2.h"
-#endif
-
-#ifdef KEYBOARD_jian_nsrev2
- #include "nsrev2.h"
-#endif
diff --git a/keyboards/jian/nsrev2/nsrev2.h b/keyboards/jian/nsrev2/nsrev2.h
index 9dfb7240b1..80dd6def0c 100644
--- a/keyboards/jian/nsrev2/nsrev2.h
+++ b/keyboards/jian/nsrev2/nsrev2.h
@@ -1,6 +1,6 @@
#pragma once
-#include "jian.h"
+#include "quantum.h"
#define XXX KC_NO
diff --git a/keyboards/jian/rev1/rev1.h b/keyboards/jian/rev1/rev1.h
index ee55de6287..bba95a1dd7 100644
--- a/keyboards/jian/rev1/rev1.h
+++ b/keyboards/jian/rev1/rev1.h
@@ -1,6 +1,6 @@
#pragma once
-#include "jian.h"
+#include "quantum.h"
#define XXX KC_NO
diff --git a/keyboards/jian/rev2/rev2.h b/keyboards/jian/rev2/rev2.h
index d71fc8495d..7abf46e303 100644
--- a/keyboards/jian/rev2/rev2.h
+++ b/keyboards/jian/rev2/rev2.h
@@ -1,6 +1,6 @@
#pragma once
-#include "jian.h"
+#include "quantum.h"
#define XXX KC_NO