aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/geistmaschine
diff options
context:
space:
mode:
authorRyan2024-03-30 15:07:19 +0100
committerGitHub2024-03-30 15:07:19 +0100
commit2dd406f08fc5d9877c8fd2642e94975eae37e86f (patch)
tree97f1833428dff865e99a2332a9c779fc02ff803d /keyboards/geistmaschine
parent76bd5142cfed1fb8e07b9f32fb0b010fbc068fa4 (diff)
Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)
Diffstat (limited to 'keyboards/geistmaschine')
-rw-r--r--keyboards/geistmaschine/macropod/matrix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/geistmaschine/macropod/matrix.c b/keyboards/geistmaschine/macropod/matrix.c
index ebc10e2e5a..98796133f1 100644
--- a/keyboards/geistmaschine/macropod/matrix.c
+++ b/keyboards/geistmaschine/macropod/matrix.c
@@ -14,8 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "matrix.h"
#include "pca9555.h"
-#include "quantum.h"
+#include "timer.h"
// PCA9555 i2c address, 0x20: A0 = 0, A1 = 0, A2 = 0
#define IC1 0x20