aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/split_common/matrix.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-01-04 20:29:44 +0000
committerGitHub <noreply@github.com>2020-01-04 20:29:44 +0000
commitdcb7ca3f7910420cfa85ba659d48285b3633a978 (patch)
treed571ff362775734c533ed5b9d1982c62a609d20b /quantum/split_common/matrix.h
parentc1feeaa57f28c781e39996e5d4eea3a31f083439 (diff)
downloadfirmware-dcb7ca3f7910420cfa85ba659d48285b3633a978.tar.gz
firmware-dcb7ca3f7910420cfa85ba659d48285b3633a978.tar.bz2
firmware-dcb7ca3f7910420cfa85ba659d48285b3633a978.zip
Move some common matrix code to a common location (#7699)
* Move some common matrix code to a common location * Refactor some 'custom_matrix_helper' logic to use custom matrix lite * Fix build for kinesis/stapelberg - abuse of vpath was picking up matrix.c from core when custom matrix was enabled * Add validation for CUSTOM_MATRIX
Diffstat (limited to 'quantum/split_common/matrix.h')
-rw-r--r--quantum/split_common/matrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/split_common/matrix.h b/quantum/split_common/matrix.h
deleted file mode 100644
index c2bdd3098..000000000
--- a/quantum/split_common/matrix.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-#include <common/matrix.h>