diff options
Diffstat (limited to 'keyboards/ergodash/ergodash.h')
-rw-r--r-- | keyboards/ergodash/ergodash.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/ergodash/ergodash.h b/keyboards/ergodash/ergodash.h deleted file mode 100644 index 5fba70e75d..0000000000 --- a/keyboards/ergodash/ergodash.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "quantum.h" - -#ifdef KEYBOARD_ergodash_rev1 - #include "rev1.h" -#endif // #ifdef KEYBOARD_ergodash_rev1 - -#ifdef KEYBOARD_ergodash_mini - #include "mini.h" -#endif |