diff options
author | klausweiss <mbiel@mailbox.org> | 2021-05-13 19:46:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 10:46:05 -0700 |
commit | 5db0a8e2ccdf5b43f5010ef5d3e764d5aa26f64e (patch) | |
tree | 421ac8f959a9dbf700ee006d6ced41b99ee2759e | |
parent | 542918d073c36550b9332f2c99d5cda28507f0f4 (diff) |
[Keyboard][handwired/bolek] Add PERMISSIVE_HOLD and IGNORE_MOD_TAP_INTERRUPT (#12661)
-rw-r--r-- | keyboards/handwired/bolek/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/bolek/config.h b/keyboards/handwired/bolek/config.h index 4d2adc81e0..ecf0b0de36 100644 --- a/keyboards/handwired/bolek/config.h +++ b/keyboards/handwired/bolek/config.h @@ -145,3 +145,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Bootmagic Lite key configuration */ //#define BOOTMAGIC_LITE_ROW 0 //#define BOOTMAGIC_LITE_COLUMN 0 + +#define PERMISSIVE_HOLD +#define IGNORE_MOD_TAP_INTERRUPT |