diff options
Diffstat (limited to 'keyboards/majistic/config.h')
-rw-r--r-- | keyboards/majistic/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/majistic/config.h b/keyboards/majistic/config.h index 6c015fde36..a4460ee038 100644 --- a/keyboards/majistic/config.h +++ b/keyboards/majistic/config.h @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 10 @@ -37,9 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6 -/* 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 */ |