diff options
author | Benjamin Garcia <benjamin.garcia@protonmail.com> | 2021-01-19 03:11:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 13:11:45 +1100 |
commit | 1dc466d22b58a3ded7678f0e6e8104e4b7da1504 (patch) | |
tree | 57df9da118b7b178aa635f33ee24a988500d48bc /keyboards/kyria/keymaps/benji/rules.mk | |
parent | 993982a9853cccaa0224f39cfa4837fac147a6e0 (diff) | |
download | qmk_firmware-1dc466d22b58a3ded7678f0e6e8104e4b7da1504.tar.gz qmk_firmware-1dc466d22b58a3ded7678f0e6e8104e4b7da1504.zip |
New keymaps with KC_LGUI on another key and scroll with encoder (#11479)
* feat(kyria): new keymaps with KC_LGUI on another key
add also possibility to scroll with encoder and finally play with olded
screen to replace default kyria logo by Magic the Gathering mana color
icon.
* Update keyboards/kyria/keymaps/benji/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add magic logo
* add mouse button
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kyria/keymaps/benji/rules.mk')
-rw-r--r-- | keyboards/kyria/keymaps/benji/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/kyria/keymaps/benji/rules.mk b/keyboards/kyria/keymaps/benji/rules.mk new file mode 100644 index 0000000000..e3486a8a9f --- /dev/null +++ b/keyboards/kyria/keymaps/benji/rules.mk @@ -0,0 +1,3 @@ +OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays +ENCODER_ENABLE = yes # Enables the use of one or more encoders +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
\ No newline at end of file |