diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-16 20:18:33 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 20:18:33 +1100 |
commit | 9dbee3e23d28e5f61384bbb5650505a572022341 (patch) | |
tree | bfa5fae549305e780fb81ce7275ced1f808a7e36 /keyboards/adkb96/rev1 | |
parent | 72da3ee63e110392bebaa64dd7d862fb99097505 (diff) |
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/adkb96/rev1')
-rw-r--r-- | keyboards/adkb96/rev1/rev1.c | 1 | ||||
-rw-r--r-- | keyboards/adkb96/rev1/rev1.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/adkb96/rev1/rev1.c b/keyboards/adkb96/rev1/rev1.c deleted file mode 100644 index 594c532994..0000000000 --- a/keyboards/adkb96/rev1/rev1.c +++ /dev/null @@ -1 +0,0 @@ -#include "adkb96.h" diff --git a/keyboards/adkb96/rev1/rev1.h b/keyboards/adkb96/rev1/rev1.h index ff893e6da6..03a9211bb9 100644 --- a/keyboards/adkb96/rev1/rev1.h +++ b/keyboards/adkb96/rev1/rev1.h @@ -1,6 +1,6 @@ #pragma once -#include "adkb96.h" +#include "quantum.h" // Keymap with right side flipped // (TRRS jack on both halves are to the right) |