mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 04:12:56 +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
|