summaryrefslogtreecommitdiffstats
path: root/keyboards/felix/felix.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/felix/felix.h')
-rw-r--r--keyboards/felix/felix.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/felix/felix.h b/keyboards/felix/felix.h
deleted file mode 100644
index f43a586c8e..0000000000
--- a/keyboards/felix/felix.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define LAYOUT_ortho_5x4( \
- K000, K001, K002, K003, \
- K100, K101, K102, K103, \
- K200, K201, K202, K203, \
- K300, K301, K302, K303, \
- K400, K401, K402, K403 \
-) { \
- { K000, K001, K002, K003 }, \
- { K100, K101, K102, K103 }, \
- { K200, K201, K202, K203 }, \
- { K300, K301, K302, K303 }, \
- { K400, K401, K402, K403 } \
-}
-
-#define LAYOUT LAYOUT_ortho_5x4