summaryrefslogtreecommitdiff
path: root/keyboards/stront
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2025-05-05 10:07:53 +1000
committerGitHub <noreply@github.com>2025-05-05 10:07:53 +1000
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 @@
3 3
4#pragma once 4#pragma once
5 5
6#include <stdbool.h>
7
6bool is_display_enabled(void); 8bool is_display_enabled(void);