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/rules.mk | |
parent | 08210b3aa4aaa503df854c24a38551c1befa3d3e (diff) |
Felix: Refactor, Rules, and Configurator Support (#3160)
* Refactor
* Configurator support
* Add LAYOUTS = ortho_5x4 to rules.mk
Diffstat (limited to 'keyboards/felix/rules.mk')
-rw-r--r-- | keyboards/felix/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/felix/rules.mk b/keyboards/felix/rules.mk index 58798b761f..e8f8343416 100644 --- a/keyboards/felix/rules.mk +++ b/keyboards/felix/rules.mk @@ -53,4 +53,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no
\ No newline at end of file +RGBLIGHT_ENABLE = no + +LAYOUTS = ortho_5x4 |