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.anne_pro
parent
691637eccc
commit
ddae0d40fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue