From bccf263cd06a8f854caa79ae511e5c40442de491 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Oct 2017 17:02:56 -0400 Subject: Add support for Unikeyboard Felix --- keyboards/felix/felix.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/felix/felix.h (limited to 'keyboards/felix/felix.h') 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 -- cgit v1.2.3