summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/matrix.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Add ability to write additional code in matrix scann loop on slave. (#3072)Andrew Dunai1-0/+5
2018-05-29Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny1-1/+0
* 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\drashna1-9/+0
2018-01-12Updated files to better support sockets version (#2255)Mikkel Jeppesen1-0/+6
2017-11-14lets_split: Fix matrix_init for ROW2COLMarian Rusu1-0/+5
Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
2017-07-29Changes lets_split to use timer based debouncingahtn1-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`.
2017-03-22Update matrix.cishtob1-1/+1
2017-03-22Update matrix.cishtob1-2/+1
2017-03-22Added OLED SSD1306 support to I2Cishtob1-4/+3
2016-09-21Made Serial and I2C not include the OtherIBNobody1-8/+15
This saves 192 bytes
2016-07-06images, docks, clean-up [skip ci]Jack Humbert1-0/+1
2016-07-06i2c workingJack Humbert1-0/+310