Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes lets_split to use timer based debouncing | ahtn | 2017-07-29 | 1 | -0/+2 |
| | | | | | | 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`. | ||||
* | Revert removal of avrdude make option | Danny Nguyen | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Update split_util.c | ishtob | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Added OLED SSD1306 support to I2C | ishtob | 2017-03-22 | 1 | -2/+5 |
| | |||||
* | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | Jimmy Chan | 2017-02-07 | 1 | -1/+2 |
| | |||||
* | Made Serial and I2C not include the Other | IBNobody | 2016-09-20 | 1 | -2/+6 |
| | | | | This saves 192 bytes | ||||
* | images, docks, clean-up [skip ci] | Jack Humbert | 2016-07-05 | 1 | -0/+9 |
| | |||||
* | i2c working | Jack Humbert | 2016-07-05 | 1 | -0/+67 |