mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 03:36:28 +00:00
7 lines
141 B
C
7 lines
141 B
C
|
#pragma once
|
||
|
|
||
|
// AVR: can change to other supported values
|
||
|
#define F_SCL 100000UL
|
||
|
|
||
|
// TODO: add some default ARM configs for i2cv1 and i2cv2
|