summaryrefslogtreecommitdiff
path: root/keyboards/unikeyboard/felix/felix.h
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-01 03:42:53 +0800
committerGitHub <noreply@github.com>2022-01-31 11:42:53 -0800
commit2e052b87c45ce068cafd78d44f709f7a036d6ccb (patch)
tree32205ab368277025db21ab33f213df2da67c5ebc /keyboards/unikeyboard/felix/felix.h
parent4452be587b08059eb9d58cebca04d7a8c51634e1 (diff)
[Keyboard] move unikeyboard boards to /unikeyboard (#16081)
Diffstat (limited to 'keyboards/unikeyboard/felix/felix.h')
-rw-r--r--keyboards/unikeyboard/felix/felix.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/unikeyboard/felix/felix.h b/keyboards/unikeyboard/felix/felix.h
new file mode 100644
index 0000000000..f43a586c8e
--- /dev/null
+++ b/keyboards/unikeyboard/felix/felix.h
@@ -0,0 +1,19 @@
+#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