summaryrefslogtreecommitdiff
path: root/keyboards/massdrop/ctrl/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/massdrop/ctrl/config.h')
-rw-r--r--keyboards/massdrop/ctrl/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/massdrop/ctrl/config.h b/keyboards/massdrop/ctrl/config.h
index fe8b600234..b1df4452cc 100644
--- a/keyboards/massdrop/ctrl/config.h
+++ b/keyboards/massdrop/ctrl/config.h
@@ -42,6 +42,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Temporary solution for matrix delay */
#define IGNORE_ATOMIC_BLOCK
+/* Avoid out-of-bounds errors when SmartEEPROM is not enabled */
+#define EEPROM_SIZE 1024
+
/* MCU Port name definitions */
#define PA 0
#define PB 1