diff options
Diffstat (limited to 'keyboards/teleport')
-rw-r--r-- | keyboards/teleport/native/info.json | 1 | ||||
-rw-r--r-- | keyboards/teleport/numpad/config.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/teleport/native/info.json b/keyboards/teleport/native/info.json index cc21b22e02..9cd26aa690 100644 --- a/keyboards/teleport/native/info.json +++ b/keyboards/teleport/native/info.json @@ -18,7 +18,6 @@ "mousekey": false, "nkro": true }, - "debounce": 5, "diode_direction": "ROW2COL", "matrix_pins": { "cols": [ "A5", "A4", "B12", "B14", "B8", "B3", "B4", "B5" ], diff --git a/keyboards/teleport/numpad/config.h b/keyboards/teleport/numpad/config.h index 1b5ba856ec..a257c6e9a5 100644 --- a/keyboards/teleport/numpad/config.h +++ b/keyboards/teleport/numpad/config.h @@ -25,6 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |