summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Collapse)AuthorAgeFilesLines
* Pca9505/6 driver (#17333)nirim0002022-07-032-0/+233
|
* Add SN74x154 driver and convert AL1 custom matrix (#16331)Ryan2022-03-152-0/+106
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+3
|
* Align existing pca9555 driver to better match mcp23018 API (#16277)Joel Challis2022-02-092-50/+92
|
* Move driver to core (#15944)Joel Challis2022-02-092-0/+173
|
* Format code according to conventions (#16249)QMK Bot2022-02-061-1/+1
|
* Add SN74x138 demultiplexer driver (#16217)Ryan2022-02-062-0/+113
|
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-032-0/+19
| | | | | | * Increase matrix scanning speed * Fix func name in failure output
* clang-format changesskullY2019-08-301-36/+36
|
* Relocate pca9555 driver to core (#6563)Joel Challis2019-08-222-0/+133
* Move pca9555 files to central location * Get pca9555 boards compiling * Slight alignment of rules.mk