diff options
| author | Ryan | 2024-04-05 05:48:21 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-05 05:48:21 +0200 |
| commit | a14c03b96e75212d042621f4c68ccbecb7ee9901 (patch) | |
| tree | 6a2de0f8d23d238e99760c5d00d5a90ea10f60fd /keyboards/helix | |
| parent | f8a7a6848d737b01dcb5843503bcabcdd68cdb01 (diff) | |
Remove more unnecessary `quantum.h` includes (#23402)
Diffstat (limited to 'keyboards/helix')
| -rw-r--r-- | keyboards/helix/rev3_5rows/rev3_5rows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/rev3_5rows/rev3_5rows.c b/keyboards/helix/rev3_5rows/rev3_5rows.c index 921558e80d..28fa314a7b 100644 --- a/keyboards/helix/rev3_5rows/rev3_5rows.c +++ b/keyboards/helix/rev3_5rows/rev3_5rows.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "quantum.h" +#include "rev3_5rows.h" bool is_mac_mode(void) { return keymap_config.swap_lalt_lgui == false; |