summaryrefslogtreecommitdiff
path: root/drivers/avr/i2c_slave.h
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Add GPL3 header to avr i2c files (#6332)Drashna Jaelre2019-07-15
| | | | | | | | * Add GPL3 header to avr i2c files * Add for i2c_slave as well * Fix formatting of license header
* Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill2019-01-22
| | | Also merges tx/rx buffers, as only one is necessary.
* DC01 keyboard addition (#3428)yiancar2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DC01 initial commit - Addition of directories - Left readme * Initial commit of left half * Initial files for right half * arrow * i2c adjustments * I2C slave and DC01 refractoring - Cleaned up state machine of I2C slave driver - Modified DC01 left to use already pressent I2C master driver - Modified DC01 matrixes * Fixed tabs to spaces * Addition of Numpad * Add keymaps - Orthopad keymap for numpad module - Numpad keymap for numpad module - ISO, ANSI and HHKB version of keymap for right module * Minor matrix.c fixes * Update Readmes
* Add I2C slave libraryyiancar2018-07-15
- Add I2C slave library for general use.