From 71abf513a70197214b5c74608c1213eb62712e10 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 6 Aug 2022 17:45:58 +0200 Subject: It seems either I lost the mouse keys line or it was added as needed later. --- keyboards/splitkb/kyria/keymaps/taamas/rules.mk | 1 + keyboards/splitkb/kyria/keymaps/taamas2/rules.mk | 2 ++ 2 files changed, 3 insertions(+) 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 -- cgit v1.2.1