From e4db1401df16b8d7e44140b80354c176554e64bd Mon Sep 17 00:00:00 2001 From: Michiel Visser Date: Mon, 24 Jun 2019 22:22:10 +0200 Subject: [PATCH] Disable mousekey for now, as it makes scrollbars appear on macOS --- keyboards/anne_pro/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/anne_pro/rules.mk b/keyboards/anne_pro/rules.mk index 1148a1a5e1..2948e55916 100644 --- a/keyboards/anne_pro/rules.mk +++ b/keyboards/anne_pro/rules.mk @@ -26,7 +26,7 @@ ARMV = 7 BACKLIGHT_ENABLE = no BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) -MOUSEKEY_ENABLE = yes # Mouse keys +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration