From ddae0d40fcac98af60cd4338c7a7cc76ef43ef46 Mon Sep 17 00:00:00 2001 From: Michiel Visser Date: Wed, 1 Jul 2020 13:19:21 +0200 Subject: [PATCH] Disable the EEPROM driver The keyboard seemed to get stuck somewhere inside the EEPROM driver. Since the keyboard currently does not use the EEPROM I have disabled it for now. This needs further investigation. --- keyboards/anne_pro/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/anne_pro/rules.mk b/keyboards/anne_pro/rules.mk index d322adb9af..d1c063c60d 100644 --- a/keyboards/anne_pro/rules.mk +++ b/keyboards/anne_pro/rules.mk @@ -35,3 +35,4 @@ NO_USB_STARTUP_CHECK = yes MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control NKRO_ENABLE = yes # USB Nkey Rollover +EEPROM_DRIVER = transient