Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless "ifdef KEYBOARD_*" #20078

Merged
merged 3 commits into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion keyboards/25keys/zinc/rev1/rev1.c

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/25keys/zinc/reva/reva.c

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/25keys/zinc/zinc.c

This file was deleted.

10 changes: 0 additions & 10 deletions keyboards/25keys/zinc/zinc.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/40percentclub/i75/i75.c

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/40percentclub/i75/i75.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/40percentclub/i75/promicro/promicro.c

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/40percentclub/i75/promicro/promicro.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#include "i75.h"
#include "quantum.h"

/* This a shortcut to help you visually see your layout.
Expand Down
16 changes: 0 additions & 16 deletions keyboards/40percentclub/i75/teensy2/teensy2.c

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/40percentclub/i75/teensy2/teensy2.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#include "i75.h"
#include "quantum.h"

/* This a shortcut to help you visually see your layout.
Expand Down
16 changes: 0 additions & 16 deletions keyboards/40percentclub/polyandry/polyandry.c

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/40percentclub/polyandry/polyandry.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/40percentclub/polyandry/promicro/promicro.c

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/promicro/promicro.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
#pragma once

#include "polyandry.h"
#include "quantum.h"

#define LAYOUT_ortho_4x3( \
K000, K001, K002, \
Expand Down
16 changes: 0 additions & 16 deletions keyboards/40percentclub/polyandry/teensy2/teensy2.c

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/40percentclub/polyandry/teensy2/teensy2.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//I DO NOT HAVE A TEENSY 2.0 TO TEST WITH.
//I believe this should still work - but it's not a sure thing.

#include "polyandry.h"
#include "quantum.h"

#define LAYOUT_ortho_4x3( \
K000, K001, K002, \
Expand Down
16 changes: 0 additions & 16 deletions keyboards/acheron/apollo/87h/87h.c

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/acheron/apollo/87h/87h.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/acheron/athena/athena.c

This file was deleted.

24 changes: 0 additions & 24 deletions keyboards/acheron/athena/athena.h

This file was deleted.

17 changes: 0 additions & 17 deletions keyboards/acheron/elongate/beta/beta.c

This file was deleted.

14 changes: 0 additions & 14 deletions keyboards/acheron/elongate/elongate.c

This file was deleted.

25 changes: 0 additions & 25 deletions keyboards/acheron/elongate/elongate.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/acheron/shark/alpha/alpha.c

This file was deleted.

14 changes: 0 additions & 14 deletions keyboards/acheron/shark/shark.c

This file was deleted.

9 changes: 0 additions & 9 deletions keyboards/acheron/shark/shark.h

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/adkb96/adkb96.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "adkb96.h"
#include "quantum.h"

#ifdef SWAP_HANDS_ENABLE
__attribute__ ((weak))
Expand Down
Loading