summaryrefslogtreecommitdiff
path: root/keyboards/glenpickle/chimera_ortho
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-03-31 01:07:19 +1100
committerGitHub <noreply@github.com>2024-03-30 14:07:19 +0000
commit2dd406f08fc5d9877c8fd2642e94975eae37e86f (patch)
tree97f1833428dff865e99a2332a9c779fc02ff803d /keyboards/glenpickle/chimera_ortho
parent76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (diff)
Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
Diffstat (limited to 'keyboards/glenpickle/chimera_ortho')
-rw-r--r--keyboards/glenpickle/chimera_ortho/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/glenpickle/chimera_ortho/matrix.c b/keyboards/glenpickle/chimera_ortho/matrix.c
index 9a69724eb7..15a29c5a86 100644
--- a/keyboards/glenpickle/chimera_ortho/matrix.c
+++ b/keyboards/glenpickle/chimera_ortho/matrix.c
@@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "quantum.h"
#include "matrix.h"
#include "uart.h"