summaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-08-17 01:14:48 +0100
committerGitHub <noreply@github.com>2025-08-17 01:14:48 +0100
commitcc696a2ae838a9639335ca8eb3cb3b794c06bc33 (patch)
tree901b54bda536acb5503c6cf924b0f30bca1a174e /quantum/quantum.h
parentf29d8117bf877a4df1f88f40e0131f4465748540 (diff)
Refactor battery driver (#25550)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 0036cd784b..176c8a292d 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -63,6 +63,10 @@
63# include "bootmagic.h" 63# include "bootmagic.h"
64#endif 64#endif
65 65
66#ifdef BATTERY_ENABLE
67# include "battery.h"
68#endif
69
66#ifdef DEFERRED_EXEC_ENABLE 70#ifdef DEFERRED_EXEC_ENABLE
67# include "deferred_exec.h" 71# include "deferred_exec.h"
68#endif 72#endif