summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Collapse)AuthorFilesLines
2024-03-29Update GPIO expander API naming (#23375)Ryan6-15/+29
2024-02-18Update GPIO macro usages in core (#23093)Ryan2-21/+21
2024-01-17I2C driver cleanup (#21273)David Hoelscher2-4/+0
* remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
2024-01-16i2c: rename read/write register functions (#22905)Ryan3-15/+15
2022-07-03Pca9505/6 driver (#17333)nirim0002-0/+233
2022-03-15Add SN74x154 driver and convert AL1 custom matrix (#16331)Ryan2-0/+106
2022-02-12Format code according to conventions (#16322)QMK Bot1-3/+3
2022-02-09Align existing pca9555 driver to better match mcp23018 API (#16277)Joel Challis2-50/+92
2022-02-09Move driver to core (#15944)Joel Challis2-0/+173
2022-02-06Format code according to conventions (#16249)QMK Bot1-1/+1
2022-02-06Add SN74x138 demultiplexer driver (#16217)Ryan2-0/+113
2019-12-03Increase matrix scanning speed on xd84 (#7517)Joel Challis2-0/+19
* Increase matrix scanning speed * Fix func name in failure output
2019-08-30clang-format changesskullY1-36/+36
2019-08-22Relocate pca9555 driver to core (#6563)Joel Challis2-0/+133
* Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk