Reallocate SAFE_RANGE (#19909)
This commit is contained in:
parent
ea77246865
commit
961f0b7b2d
50 changed files with 31 additions and 132 deletions
|
@ -304,7 +304,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
|
|||
}
|
||||
# endif // !NO_CHARYBDIS_KEYCODES
|
||||
# endif // POINTING_DEVICE_ENABLE
|
||||
if ((keycode >= POINTER_DEFAULT_DPI_FORWARD && keycode < CHARYBDIS_SAFE_RANGE) || IS_MOUSEKEY(keycode)) {
|
||||
if (IS_QK_KB(keycode) || IS_MOUSEKEY(keycode)) {
|
||||
debug_charybdis_config_to_console(&g_charybdis_config);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue