diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-10 07:12:09 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-10 07:12:09 -0700 |
commit | 769854b8a2678488c22145c0aede764d7710afa6 (patch) | |
tree | 094e656a48cae016b13e71570d28f30f6a149d67 /keyboards/felix/felix.h | |
parent | 08210b3aa4aaa503df854c24a38551c1befa3d3e (diff) | |
download | qmk_firmware-769854b8a2678488c22145c0aede764d7710afa6.tar.gz |
Felix: Refactor, Rules, and Configurator Support (#3160)
* Refactor
* Configurator support
* Add LAYOUTS = ortho_5x4 to rules.mk
Diffstat (limited to 'keyboards/felix/felix.h')
-rw-r--r-- | keyboards/felix/felix.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |