From 5db0a8e2ccdf5b43f5010ef5d3e764d5aa26f64e Mon Sep 17 00:00:00 2001 From: klausweiss Date: Thu, 13 May 2021 19:46:05 +0200 Subject: [PATCH] [Keyboard][handwired/bolek] Add PERMISSIVE_HOLD and IGNORE_MOD_TAP_INTERRUPT (#12661) --- keyboards/handwired/bolek/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/handwired/bolek/config.h b/keyboards/handwired/bolek/config.h index 4d2adc81e0a..ecf0b0de36d 100644 --- a/keyboards/handwired/bolek/config.h +++ b/keyboards/handwired/bolek/config.h @@ -145,3 +145,6 @@ along with this program. If not, see . /* Bootmagic Lite key configuration */ //#define BOOTMAGIC_LITE_ROW 0 //#define BOOTMAGIC_LITE_COLUMN 0 + +#define PERMISSIVE_HOLD +#define IGNORE_MOD_TAP_INTERRUPT