summaryrefslogtreecommitdiffstats
path: root/keyboards/felix/felix.h
diff options
context:
space:
mode:
authorunknown <itsaferbie@gmail.com>2017-10-13 23:02:56 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-13 23:24:31 +0200
commitbccf263cd06a8f854caa79ae511e5c40442de491 (patch)
treec9287ae3f4fa056871867d4eeaf663b8d1f2b104 /keyboards/felix/felix.h
parente094cd42b578bc1f378c4fd5b1c6efe112ec7073 (diff)
downloadqmk_firmware-bccf263cd06a8f854caa79ae511e5c40442de491.tar.gz
qmk_firmware-bccf263cd06a8f854caa79ae511e5c40442de491.tar.xz
Add support for Unikeyboard Felix
Diffstat (limited to 'keyboards/felix/felix.h')
-rw-r--r--keyboards/felix/felix.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/felix/felix.h b/keyboards/felix/felix.h
new file mode 100644
index 000000000..48110e850
--- /dev/null
+++ b/keyboards/felix/felix.h
@@ -0,0 +1,20 @@
+#ifndef FELIX_H
+#define FELIX_H
+
+#include "quantum.h"
+
+#define KEYMAP( \
+ 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 } \
+}
+
+#endif \ No newline at end of file