aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/stront
diff options
context:
space:
mode:
authorNick Brassel2025-05-05 02:07:53 +0200
committerGitHub2025-05-05 02:07:53 +0200
commitbb9dd05c6ae0a53ced5591c70a898feef037b31c (patch)
tree805a6b87f5544aa0db56a213c75bcd4b47b52f68 /keyboards/stront
parent59f607b963aba94815ebbe290fe5b171f2fe7a87 (diff)
[Bug] Minimise force-included files (#25194)
Diffstat (limited to 'keyboards/stront')
-rw-r--r--keyboards/stront/stront.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/stront/stront.h b/keyboards/stront/stront.h
index 9ca618a6fb..ebd0d491b9 100644
--- a/keyboards/stront/stront.h
+++ b/keyboards/stront/stront.h
@@ -3,4 +3,6 @@
#pragma once
+#include <stdbool.h>
+
bool is_display_enabled(void);