summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/split_util.c
AgeCommit message (Collapse)Author
2017-07-29Changes lets_split to use timer based debouncingahtn
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`.
2017-04-03Revert removal of avrdude make optionDanny Nguyen
2017-03-22Update split_util.cishtob
2017-03-22Added OLED SSD1306 support to I2Cishtob
2017-02-07rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan
2016-09-20Made Serial and I2C not include the OtherIBNobody
This saves 192 bytes
2016-07-05images, docks, clean-up [skip ci]Jack Humbert
2016-07-05i2c workingJack Humbert