From 769854b8a2678488c22145c0aede764d7710afa6 Mon Sep 17 00:00:00 2001 From: noroadsleft Date: Sun, 10 Jun 2018 07:12:09 -0700 Subject: Felix: Refactor, Rules, and Configurator Support (#3160) * Refactor * Configurator support * Add LAYOUTS = ortho_5x4 to rules.mk --- keyboards/felix/felix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/felix/felix.h') diff --git a/keyboards/felix/felix.h b/keyboards/felix/felix.h index 48110e850..86a9b4e72 100644 --- a/keyboards/felix/felix.h +++ b/keyboards/felix/felix.h @@ -3,7 +3,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT_ortho_5x4( \ K000, K001, K002, K003, \ K100, K101, K102, K103, \ K200, K201, K202, K203, \ @@ -17,4 +17,6 @@ { K400, K401, K402, K403 } \ } +#define LAYOUT LAYOUT_ortho_5x4 + #endif \ No newline at end of file -- cgit v1.2.3