diff options
author | John Helveston <john.helveston@gmail.com> | 2020-07-26 17:35:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 22:35:46 +0100 |
commit | 688426b50225b1d5b44f3eeaa9b26816d28ba16e (patch) | |
tree | 3fd9fcf32bbbd5cf538db2fdc3678b84e10ac71d /keyboards/keebio/iris/keymaps/jhelvy/rules.mk | |
parent | a6a13f96262ef1e8c91546f24cff5067f8026c23 (diff) |
Adding keymaps for iris and kyria keyboards (#9783)
* updated iris and kyria keymaps
* added symbols I forgot to add to keymap
* Update keyboards/keebio/iris/keymaps/jhelvy/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* condense code
Co-authored-by: Ryan <fauxpark@gmail.com>
* condense code
Co-authored-by: Ryan <fauxpark@gmail.com>
* made another small fix to a missing symbol in my iris keymap
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/iris/keymaps/jhelvy/rules.mk')
-rw-r--r-- | keyboards/keebio/iris/keymaps/jhelvy/rules.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/keebio/iris/keymaps/jhelvy/rules.mk b/keyboards/keebio/iris/keymaps/jhelvy/rules.mk index c34fd4b1fa..64d3eb2f18 100644 --- a/keyboards/keebio/iris/keymaps/jhelvy/rules.mk +++ b/keyboards/keebio/iris/keymaps/jhelvy/rules.mk @@ -1,3 +1,6 @@ -AUTO_SHIFT_ENABLE = yes # Autoshift by holding down a key -RGBLIGHT_ENABLE = yes -BACKLIGHT_ENABLE = yes +AUTO_SHIFT_ENABLE = yes # Autoshift by holding down a key +MOUSEKEY_ENABLE = yes +ENCODER_ENABLE = yes +EXTRAKEY_ENABLE = yes +RGBLIGHT_ENABLE = no +BACKLIGHT_ENABLE = no |