aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/keymaps/i2c_scanner
Commit message (Collapse)AuthorAgeFilesLines
* I2C driver cleanup (#21273)David Hoelscher2024-01-171-13/+2
| | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
* i2c: rename read/write register functions (#22905)Ryan2024-01-161-1/+1
|
* Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan2023-10-131-1/+1
|
* [Keyboard] Fix error_log complaint about handwired/onekey layout macro (#9263)Ryan2020-06-081-1/+1
|
* [Keymap] I2C scanner (#8454)Joel Challis2020-03-184-0/+111
* Add i2c scanner keymap * Add bodge for chibios * Fix readme title * make chibios bodge a little cleaner * fix typo in readme