diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-06 17:45:58 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-08-06 17:45:58 +0200 |
commit | 71abf513a70197214b5c74608c1213eb62712e10 (patch) | |
tree | 058908ac33fa0db84001ddd063f634b1ffd2b440 /keyboards/splitkb/kyria/keymaps | |
parent | dbf3708f6d6a035759be73f8d64defff55b0c7c3 (diff) | |
download | qmk_firmware-71abf513a70197214b5c74608c1213eb62712e10.tar.gz qmk_firmware-71abf513a70197214b5c74608c1213eb62712e10.zip |
It seems either I lost the mouse keys line or it was added as needed later.
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/taamas/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/taamas2/rules.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/taamas/rules.mk b/keyboards/splitkb/kyria/keymaps/taamas/rules.mk index 35f8ec90c6..193eac7a88 100644 --- a/keyboards/splitkb/kyria/keymaps/taamas/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/taamas/rules.mk @@ -2,3 +2,4 @@ OLED_ENABLE = yes OLED_DRIVER = SSD1306 # Enables the use of OLED displays ENCODER_ENABLE = yes # Enables the use of one or more encoders RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +MOUSEKEY_ENABLE = yes diff --git a/keyboards/splitkb/kyria/keymaps/taamas2/rules.mk b/keyboards/splitkb/kyria/keymaps/taamas2/rules.mk index 355c12024f..9e8224492a 100644 --- a/keyboards/splitkb/kyria/keymaps/taamas2/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/taamas2/rules.mk @@ -6,3 +6,5 @@ RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together wit RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support RGB_MATRIX_SUPPORTED = yes + +MOUSEKEY_ENABLE = yes |