diff options
| author | Danny <nooges@users.noreply.github.com> | 2018-05-28 18:02:41 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-05-28 15:02:41 -0700 |
| commit | 2b677ddac9aaba14f75787ab4b6d81054ad6ffd4 (patch) | |
| tree | 61079929788a447a26de38776b7eb9eacebe9a2e /keyboards/lets_split | |
| parent | 8ddebce2d7d42eedbafae5b92dff1af229115fac (diff) | |
| download | qmk_firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.tar.gz qmk_firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.zip | |
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
Diffstat (limited to 'keyboards/lets_split')
| -rw-r--r-- | keyboards/lets_split/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/lets_split/matrix.c b/keyboards/lets_split/matrix.c index c3bfe8042..904850d4d 100644 --- a/keyboards/lets_split/matrix.c +++ b/keyboards/lets_split/matrix.c | |||
| @@ -157,7 +157,6 @@ uint8_t _matrix_scan(void) | |||
| 157 | if (matrix_changed) { | 157 | if (matrix_changed) { |
| 158 | debouncing = true; | 158 | debouncing = true; |
| 159 | debouncing_time = timer_read(); | 159 | debouncing_time = timer_read(); |
| 160 | PORTD ^= (1 << 2); | ||
| 161 | } | 160 | } |
| 162 | 161 | ||
| 163 | # else | 162 | # else |
