summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/matrix.c
AgeCommit message (Collapse)Author
2018-06-02Add ability to write additional code in matrix scann loop on slave. (#3072)Andrew Dunai
2018-05-28Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny
* Update default Nyquist revision * LED slave fix * Sync changes from lets_split * Add needed check for debouncing * Remove line that was setting PD2 pin and interfering with use of that pin * Add backlight key to keymap
2018-02-06Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna
2018-01-12Updated files to better support sockets version (#2255)Mikkel Jeppesen
2017-11-13lets_split: Fix matrix_init for ROW2COLMarian Rusu
Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
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-03-22Update matrix.cishtob
2017-03-22Update matrix.cishtob
2017-03-22Added OLED SSD1306 support to I2Cishtob
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