diff options
Diffstat (limited to 'keyboards/pluckey/config.h')
-rw-r--r-- | keyboards/pluckey/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/pluckey/config.h b/keyboards/pluckey/config.h index 7aa146aa17..4e59f99313 100644 --- a/keyboards/pluckey/config.h +++ b/keyboards/pluckey/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ // Rows are doubled-up @@ -48,9 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* communication between sides */ #define SOFT_SERIAL_PIN D2 -/* 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 */ @@ -71,7 +67,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -/* Bootmagic Lite key configuration */ -//#define BOOTMAGIC_LITE_ROW 0 -//#define BOOTMAGIC_LITE_COLUMN 0 |