summaryrefslogtreecommitdiffstats
path: root/keyboards/zen
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-05-29 00:02:41 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-29 00:02:41 +0200
commit2b677ddac9aaba14f75787ab4b6d81054ad6ffd4 (patch)
tree61079929788a447a26de38776b7eb9eacebe9a2e /keyboards/zen
parent8ddebce2d7d42eedbafae5b92dff1af229115fac (diff)
downloadqmk_firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.tar.gz
qmk_firmware-2b677ddac9aaba14f75787ab4b6d81054ad6ffd4.tar.xz
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/zen')
-rw-r--r--keyboards/zen/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/zen/matrix.c b/keyboards/zen/matrix.c
index 12f22214e..6e274d3ba 100644
--- a/keyboards/zen/matrix.c
+++ b/keyboards/zen/matrix.c
@@ -148,7 +148,6 @@ uint8_t _matrix_scan(void)
if (matrix_changed) {
debouncing = true;
debouncing_time = timer_read();
- PORTD ^= (1 << 2);
}
# else