Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove _quantum functions from custom matrix.c code | U-LANDSRAAD\drashna | 2018-02-06 | 1 | -9/+0 |
| | |||||
* | Updated files to better support sockets version (#2255) | Mikkel Jeppesen | 2018-01-12 | 1 | -0/+6 |
| | |||||
* | lets_split: Fix matrix_init for ROW2COL | Marian Rusu | 2017-11-13 | 1 | -0/+5 |
| | | | | Signed-off-by: Marian Rusu <rusumarian91@gmail.com> | ||||
* | Changes lets_split to use timer based debouncing | ahtn | 2017-07-29 | 1 | -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.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Update matrix.c | ishtob | 2017-03-22 | 1 | -2/+1 |
| | |||||
* | Added OLED SSD1306 support to I2C | ishtob | 2017-03-22 | 1 | -4/+3 |
| | |||||
* | Made Serial and I2C not include the Other | IBNobody | 2016-09-20 | 1 | -8/+15 |
| | | | | This saves 192 bytes | ||||
* | images, docks, clean-up [skip ci] | Jack Humbert | 2016-07-05 | 1 | -0/+1 |
| | |||||
* | i2c working | Jack Humbert | 2016-07-05 | 1 | -0/+310 |