summaryrefslogtreecommitdiff
path: root/keyboards/geistmaschine
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/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 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include "matrix.h"
17#include "pca9555.h" 18#include "pca9555.h"
18#include "quantum.h" 19#include "timer.h"
19 20
20// PCA9555 i2c address, 0x20: A0 = 0, A1 = 0, A2 = 0 21// PCA9555 i2c address, 0x20: A0 = 0, A1 = 0, A2 = 0
21#define IC1 0x20 22#define IC1 0x20