From 1bff37781bda1d0c285aa5aa7102d6941ad64e7d Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sat, 14 Oct 2023 22:21:20 +1100
Subject: Prep work for NKRO report separation (#22268)
* Clean up some keyboard/userspace code
* Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS`
* Add some missing includes
* Use `PACKED` define for report types
* Fix incorrect function signatures for FlexRAM EEPROM driver---
quantum/eeconfig.h | 1 +
1 file changed, 1 insertion(+)
(limited to 'quantum/eeconfig.h')
diff --git a/quantum/eeconfig.h b/quantum/eeconfig.h
index 34d85cb91e..d7cce166bd 100644
--- a/quantum/eeconfig.h
+++ b/quantum/eeconfig.h
@@ -19,6 +19,7 @@ along with this program. If not, see .
#include
#include
+#include "eeprom.h"
#ifndef EECONFIG_MAGIC_NUMBER
# define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEE6 // When changing, decrement this value to avoid future re-init issues
--
cgit v1.2.3