diff options
| author | Nick Brassel | 2025-05-05 02:07:53 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-05 02:07:53 +0200 |
| commit | bb9dd05c6ae0a53ced5591c70a898feef037b31c (patch) | |
| tree | 805a6b87f5544aa0db56a213c75bcd4b47b52f68 /keyboards/stront | |
| parent | 59f607b963aba94815ebbe290fe5b171f2fe7a87 (diff) | |
[Bug] Minimise force-included files (#25194)
Diffstat (limited to 'keyboards/stront')
| -rw-r--r-- | keyboards/stront/stront.h | 2 |
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); |