Remove quantum.h includes from keyboard code (#23394)
This commit is contained in:
parent
408f6e43cd
commit
c635733a7f
60 changed files with 123 additions and 70 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue