| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-02 | Add ability to write additional code in matrix scann loop on slave. (#3072) | ||
| 2018-05-28 | Fix nyquist (and other splits using D2 in debouncing) (#3067) | ||
| * 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-06 | Remove _quantum functions from custom matrix.c code | ||
| 2018-01-12 | Updated files to better support sockets version (#2255) | ||
| 2017-11-13 | lets_split: Fix matrix_init for ROW2COL | ||
| Signed-off-by: Marian Rusu <rusumarian91@gmail.com> | |||
| 2017-07-29 | Changes lets_split to use timer based debouncing | ||
| 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-22 | Update matrix.c | ||
| 2017-03-22 | Update matrix.c | ||
| 2017-03-22 | Added OLED SSD1306 support to I2C | ||
| 2016-09-20 | Made Serial and I2C not include the Other | ||
| This saves 192 bytes | |||
| 2016-07-05 | images, docks, clean-up [skip ci] | ||
| 2016-07-05 | i2c working | ||