forked from mirrors/qmk_userspace
[Core] Process all changed keys in one scan loop, deprecate QMK_KEYS_PER_SCAN (#15292)
This commit is contained in:
parent
e9f9f99a33
commit
f27b617f36
96 changed files with 90 additions and 607 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue