summaryrefslogtreecommitdiff
path: root/firmware/QMK/config.h
diff options
context:
space:
mode:
authorhmj6502 <temporarythrowaway@tutamail.com>2025-11-06 14:13:57 +0000
committerhmj6502 <temporarythrowaway@tutamail.com>2025-11-06 14:13:57 +0000
commit0c62ee9811f8eb3c591132e9f77c6ea2f880ad82 (patch)
treeb2914e3e1e932b47633f5600e73918516005c222 /firmware/QMK/config.h
downloadmediapad-0c62ee9811f8eb3c591132e9f77c6ea2f880ad82.tar.gz
mediapad-0c62ee9811f8eb3c591132e9f77c6ea2f880ad82.tar.bz2
mediapad-0c62ee9811f8eb3c591132e9f77c6ea2f880ad82.zip
initial commitHEADmain
this was never a git repo so dates are inaccurate
Diffstat (limited to 'firmware/QMK/config.h')
-rw-r--r--firmware/QMK/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/QMK/config.h b/firmware/QMK/config.h
new file mode 100644
index 0000000..28a5d66
--- /dev/null
+++ b/firmware/QMK/config.h
@@ -0,0 +1,9 @@
+// Copyright 2023 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#define ENCODER_A_PINS { GP4 }
+#define ENCODER_B_PINS { GP1 }
+
+#define I2C_DRIVER I2CD1
+#define I2C1_SDA_PIN GP6
+#define I2C1_SCL_PIN GP7