diff options
Diffstat (limited to 'keyboards/protozoa')
-rw-r--r-- | keyboards/protozoa/cassini/config.h | 3 | ||||
-rw-r--r-- | keyboards/protozoa/p01/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/protozoa/cassini/config.h b/keyboards/protozoa/cassini/config.h index ac4adf13e9..a3005347a1 100644 --- a/keyboards/protozoa/cassini/config.h +++ b/keyboards/protozoa/cassini/config.h @@ -28,9 +28,6 @@ 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 - /* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */ #define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE diff --git a/keyboards/protozoa/p01/config.h b/keyboards/protozoa/p01/config.h index 2ef4eefbdf..63e9fffadd 100644 --- a/keyboards/protozoa/p01/config.h +++ b/keyboards/protozoa/p01/config.h @@ -33,9 +33,6 @@ 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 - /* RGB Light */ #define WS2812_PWM_DRIVER PWMD1 #define WS2812_PWM_CHANNEL 2 |