[Core] Process all changed keys in one scan loop, deprecate QMK_KEYS_PER_SCAN
(#15292)
This commit is contained in:
@@ -65,10 +65,6 @@
|
||||
# define ONESHOT_TIMEOUT 3000
|
||||
#endif // !ONESHOT_TIMEOUT
|
||||
|
||||
#if !defined(QMK_KEYS_PER_SCAN)
|
||||
# define QMK_KEYS_PER_SCAN 4
|
||||
#endif // !QMK_KEYS_PER_SCAN
|
||||
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#undef PERMISSIVE_HOLD
|
||||
|
||||
|
@@ -37,10 +37,6 @@
|
||||
# define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_REST_MODE
|
||||
#endif
|
||||
|
||||
#ifndef QMK_KEYS_PER_SCAN
|
||||
# define QMK_KEYS_PER_SCAN 8
|
||||
#endif
|
||||
|
||||
#ifdef MOUSEKEY_ENABLE
|
||||
// mouse movement config
|
||||
# ifdef MK_3_SPEED
|
||||
|
@@ -16,7 +16,6 @@
|
||||
//#define LEADER_TIMEOUT 300
|
||||
//#define BACKLIGHT_BREATHING
|
||||
//#define PERMISSIVE_HOLD
|
||||
// #define QMK_KEYS_PER_SCAN 4
|
||||
|
||||
//audio clicky
|
||||
//#define AUDIO_CLICKY
|
||||
|
@@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// Allows sending more than one key per scan. Useful for chords.
|
||||
#define QMK_KEYS_PER_SCAN 4
|
||||
|
||||
// how long before a tap becomes a hold
|
||||
#undef TAPPING_TERM
|
||||
#define TAPPING_TERM 100
|
||||
|
@@ -41,10 +41,6 @@
|
||||
# define ONESHOT_TIMEOUT 3000
|
||||
#endif// !ONESHOT_TIMEOUT
|
||||
|
||||
#ifndef QMK_KEYS_PER_SCAN
|
||||
# define QMK_KEYS_PER_SCAN 4
|
||||
#endif // !QMK_KEYS_PER_SCAN
|
||||
|
||||
#if defined(LEADER_ENABLE)
|
||||
# define LEADER_PER_KEY_TIMING
|
||||
# define LEADER_TIMEOUT 250
|
||||
|
@@ -6,10 +6,6 @@
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#endif // RGBLIGHT_ENABLE
|
||||
|
||||
#ifndef QMK_KEYS_PER_SCAN
|
||||
#define QMK_KEYS_PER_SCAN 4
|
||||
#endif // !QMK_KEYS_PER_SCAN
|
||||
|
||||
#undef FORCE_NKRO
|
||||
|
||||
#ifndef TAPPING_TOGGLE
|
||||
|
@@ -11,10 +11,6 @@
|
||||
#define ONESHOT_TIMEOUT 2000
|
||||
#endif // !ONESHOT_TIMEOUT
|
||||
|
||||
#ifndef QMK_KEYS_PER_SCAN
|
||||
#define QMK_KEYS_PER_SCAN 4
|
||||
#endif // !QMK_KEYS_PER_SCAN
|
||||
|
||||
#if defined(LEADER_ENABLE)
|
||||
#define LEADER_PER_KEY_TIMING
|
||||
#define LEADER_TIMEOUT 250
|
||||
|
@@ -1,10 +1,6 @@
|
||||
#ifndef USERSPACE_CONFIG_H
|
||||
#define USERSPACE_CONFIG_H
|
||||
|
||||
#ifndef QMK_KEYS_PER_SCAN
|
||||
#define QMK_KEYS_PER_SCAN 4
|
||||
#endif // !QMK_KEYS_PER_SCAN
|
||||
|
||||
// this makes it possible to do rolling combos (zx) with keys that
|
||||
// convert to other keys on hold (z becomes ctrl when you hold it,
|
||||
// and when this option isn't enabled, z rapidly followed by x
|
||||
|
Reference in New Issue
Block a user