[Keymap] I2C scanner (#8454)
* Add i2c scanner keymap * Add bodge for chibios * Fix readme title * make chibios bodge a little cleaner * fix typo in readme
This commit is contained in:
parent
fc4ef6934d
commit
b6316c5024
4 changed files with 111 additions and 0 deletions
6
keyboards/handwired/onekey/keymaps/i2c_scanner/config.h
Normal file
6
keyboards/handwired/onekey/keymaps/i2c_scanner/config.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
// AVR: can change to other supported values
|
||||
#define F_SCL 100000UL
|
||||
|
||||
// TODO: add some default ARM configs for i2cv1 and i2cv2
|
Loading…
Add table
Add a link
Reference in a new issue