summaryrefslogtreecommitdiffstats
path: root/keyboards/dc01/left/config.h
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2018-10-09 00:27:04 +0200
committerJack Humbert <jack.humb@gmail.com>2018-10-09 00:27:04 +0200
commit98a63d8d6e91fcd0de4e8496d21ceef17b81d5d1 (patch)
tree5db1bc4ad2ac31adfb56a6900efca2c2b142b018 /keyboards/dc01/left/config.h
parent914d42acd01cae9fa03d9368f9316a1e1017fb17 (diff)
downloadqmk_firmware-98a63d8d6e91fcd0de4e8496d21ceef17b81d5d1.tar.gz
qmk_firmware-98a63d8d6e91fcd0de4e8496d21ceef17b81d5d1.tar.xz
DC01 updates and I2C avr speed overwrite (#4088)
* DC01 updates and I2C avr speed overwrite - General updating of DC01 - Made F_SCL define in AVR I2C driver overwritable from config.h * Update drivers/avr/i2c_master.c
Diffstat (limited to 'keyboards/dc01/left/config.h')
-rw-r--r--keyboards/dc01/left/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dc01/left/config.h b/keyboards/dc01/left/config.h
index 68484d835..e3d49404e 100644
--- a/keyboards/dc01/left/config.h
+++ b/keyboards/dc01/left/config.h
@@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { F4, F1, F0, F7, F6, F5 }
#define UNUSED_PINS
+#define F_SCL 300000UL
+
/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
#define DIODE_DIRECTION COL2ROW