[Keyboard] Make Dilemma print to console less
This commit is contained in:
parent
e7694fc77f
commit
ec15fdd6dd
1 changed files with 0 additions and 2 deletions
|
@ -258,7 +258,6 @@ static void debug_dilemma_config_to_console(dilemma_config_t* config) {
|
||||||
|
|
||||||
bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
|
bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
|
||||||
if (!process_record_user(keycode, record)) {
|
if (!process_record_user(keycode, record)) {
|
||||||
debug_dilemma_config_to_console(&g_dilemma_config);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
# ifdef POINTING_DEVICE_ENABLE
|
# ifdef POINTING_DEVICE_ENABLE
|
||||||
|
@ -307,7 +306,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) {
|
||||||
}
|
}
|
||||||
# endif // !NO_DILEMMA_KEYCODES
|
# endif // !NO_DILEMMA_KEYCODES
|
||||||
# endif // POINTING_DEVICE_ENABLE
|
# endif // POINTING_DEVICE_ENABLE
|
||||||
debug_dilemma_config_to_console(&g_dilemma_config);
|
|
||||||
if (IS_QK_KB(keycode) || IS_MOUSEKEY(keycode)) {
|
if (IS_QK_KB(keycode) || IS_MOUSEKEY(keycode)) {
|
||||||
debug_dilemma_config_to_console(&g_dilemma_config);
|
debug_dilemma_config_to_console(&g_dilemma_config);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue