aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to write additional code in matrix scann loop on slave. (#3072)Andrew Dunai2018-06-021-0/+5
|
* Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny2018-05-281-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
* Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna2018-02-061-9/+0
|
* Updated files to better support sockets version (#2255)Mikkel Jeppesen2018-01-121-0/+6
|
* lets_split: Fix matrix_init for ROW2COLMarian Rusu2017-11-131-0/+5
| | | | Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
* 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