summaryrefslogtreecommitdiff
path: root/keyboards/geistmaschine
diff options
context:
space:
mode:
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