From 8b77e4ea9f2e996f21bd966b55e61f2daf74e112 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Tue, 20 Feb 2024 14:49:58 -0500 Subject: [PATCH] fix nkro and tapping term settigs --- keyboards/crkbd/keymaps/allemangd/config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/keyboards/crkbd/keymaps/allemangd/config.h b/keyboards/crkbd/keymaps/allemangd/config.h index c3e49bb8dc8..8ce5780061e 100644 --- a/keyboards/crkbd/keymaps/allemangd/config.h +++ b/keyboards/crkbd/keymaps/allemangd/config.h @@ -20,12 +20,6 @@ along with this program. If not, see . #pragma once -#define ENABLE_COMPILE_KEYCODE - -//#define USE_MATRIX_I2C - -/* Select hand configuration */ - #define EE_HANDS #define USE_SERIAL_PD2 @@ -37,5 +31,11 @@ along with this program. If not, see . #define OLED_DISABLE_TIMEOUT #define OLED_BRIGHTNESS 128 -//#define QUICK_TAP_TERM 0 -//#define TAPPING_TERM 100 +#define ENABLE_COMPILE_KEYCODE + +#define FORCE_NKRO +#define USB_POLLING_INTERVAL_MS 1 +#define QMK_KEYS_PER_SCAN 4 + +#define PERMISSIVE_HOLD +#define TAPPING_TERM 160