diff options
| author | Ryan | 2024-04-03 01:44:25 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-03 01:44:25 +0200 |
| commit | c635733a7fd48c6692d818ac8621571cbc5f470a (patch) | |
| tree | 93ecd160d846ed3b5cca3e4abe2f30441030ea55 /keyboards/stront | |
| parent | 408f6e43cd2522b6a4073bedcfbe2ee7df2603dd (diff) | |
Remove `quantum.h` includes from keyboard code (#23394)
Diffstat (limited to 'keyboards/stront')
| -rw-r--r-- | keyboards/stront/keymaps/hid/hid_display.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/stront/keymaps/hid/hid_display.h b/keyboards/stront/keymaps/hid/hid_display.h index b93bf64716..e823d3e8a4 100644 --- a/keyboards/stront/keymaps/hid/hid_display.h +++ b/keyboards/stront/keymaps/hid/hid_display.h @@ -1,7 +1,8 @@ // Copyright 2023 zzeneg (@zzeneg) // SPDX-License-Identifier: GPL-2.0-or-later -#include "quantum.h" +#include <stdint.h> +#include <stdbool.h> typedef enum { _QWERTY = 0, |