From d64874e00e9babf1ab1281a336c52c96032b2f5f Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Wed, 1 Feb 2023 10:00:15 +0800 Subject: [PATCH] lotus: Allow eeprom reset Signed-off-by: Daniel Schaefer --- keyboards/lotus/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/lotus/config.h b/keyboards/lotus/config.h index 0d8f4a1340..c426bff593 100644 --- a/keyboards/lotus/config.h +++ b/keyboards/lotus/config.h @@ -5,6 +5,9 @@ #include +// Allow (emulated) EEPROM reset using VIA +#define VIA_EEPROM_ALLOW_RESET + // Prints every second how many matrix scans were done (Frequency in Hz) #define DEBUG_MATRIX_SCAN_RATE