diff options
author | Jairo Ramírez Ávila <39841786+oriaj3@users.noreply.github.com> | 2022-07-02 14:37:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:37:29 +1000 |
commit | 56ecc86482bfc2ff1d4eafea6e0503588f55ff71 (patch) | |
tree | f58a3938cf2c98c802710a87646cd5b3e12310ef /keyboards/keycapsss/kimiko/keymaps/default/rules.mk | |
parent | 627f9321a8f3ab551a96b42f35ff882009123f5b (diff) |
Added oriaj3 keymap with Matrix RGB support for Kimiko keyboard. (#17103)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/keycapsss/kimiko/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/keycapsss/kimiko/keymaps/default/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keycapsss/kimiko/keymaps/default/rules.mk b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk index 5dc0c64072..75655f2bd5 100644 --- a/keyboards/keycapsss/kimiko/keymaps/default/rules.mk +++ b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk @@ -7,3 +7,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow # Reduce compiled size, but will automatically disable the legacy TMK Macros and Functions features. # This does not affect QMK Macros and Layers LTO_ENABLE = yes +ENCODER_MAP_ENABLE = yes + |