summaryrefslogtreecommitdiff
path: root/keyboards/felix/felix.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
commitb6850bc043b1d129042f47501f0a1dc1e196f962 (patch)
treea0a772f278c3c494db3bc69103955af5561e1cae /keyboards/felix/felix.h
parent19ed62114a1f5d20aacb9cbe83105e977b9a2971 (diff)
remove all keyboards but ergodox and planck
Diffstat (limited to 'keyboards/felix/felix.h')
-rw-r--r--keyboards/felix/felix.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/felix/felix.h b/keyboards/felix/felix.h
deleted file mode 100644
index 86a9b4e72e..0000000000
--- a/keyboards/felix/felix.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef FELIX_H
-#define FELIX_H
-
-#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
-
-#endif \ No newline at end of file