diff options
Diffstat (limited to 'keyboards/massdrop')
-rw-r--r-- | keyboards/massdrop/alt/config.h | 3 | ||||
-rw-r--r-- | keyboards/massdrop/ctrl/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/massdrop/alt/config.h b/keyboards/massdrop/alt/config.h index cbe8cc3c37..e31ad9fe70 100644 --- a/keyboards/massdrop/alt/config.h +++ b/keyboards/massdrop/alt/config.h @@ -94,9 +94,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USB2422_PRODUCT "Massdrop Hub" #define USB2422_ACTIVE_PIN A18 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ diff --git a/keyboards/massdrop/ctrl/config.h b/keyboards/massdrop/ctrl/config.h index f48c25d423..0d8ef51b34 100644 --- a/keyboards/massdrop/ctrl/config.h +++ b/keyboards/massdrop/ctrl/config.h @@ -93,9 +93,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USB2422_PRODUCT "Massdrop Hub" #define USB2422_ACTIVE_PIN A18 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |