diff options
Diffstat (limited to 'keyboards/superuser/ext/config.h')
-rw-r--r-- | keyboards/superuser/ext/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/superuser/ext/config.h b/keyboards/superuser/ext/config.h index 9c9d3f8d13..6ff087efac 100644 --- a/keyboards/superuser/ext/config.h +++ b/keyboards/superuser/ext/config.h @@ -38,7 +38,4 @@ 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 - #define LED_CAPS_LOCK_PIN B7 |