aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes lets_split to use timer based debouncingahtn2017-07-291-47/+195
| | | | | | The let's split code used delays in its debouncing algorithm which increases input latency. This commit copies and adapts the code from `quantum/matrix.c` to lets_split's `matrix.c`.
* Update matrix.cishtob2017-03-221-1/+1
|
* Update matrix.cishtob2017-03-221-2/+1
|
* Added OLED SSD1306 support to I2Cishtob2017-03-221-4/+3
|
* Made Serial and I2C not include the OtherIBNobody2016-09-201-8/+15
| | | | This saves 192 bytes
* images, docks, clean-up [skip ci]Jack Humbert2016-07-051-0/+1
|
* i2c workingJack Humbert2016-07-051-0/+310