Implement connection keycode logic (#25176)
This commit is contained in:
parent
ec324af22e
commit
c7cb7ba976
15 changed files with 347 additions and 99 deletions
|
@ -20,7 +20,7 @@
|
|||
# include "process_backlight.h"
|
||||
#endif
|
||||
|
||||
#ifdef BLUETOOTH_ENABLE
|
||||
#ifdef CONNECTION_ENABLE
|
||||
# include "process_connection.h"
|
||||
#endif
|
||||
|
||||
|
@ -436,7 +436,7 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#ifdef LAYER_LOCK_ENABLE
|
||||
process_layer_lock(keycode, record) &&
|
||||
#endif
|
||||
#ifdef BLUETOOTH_ENABLE
|
||||
#ifdef CONNECTION_ENABLE
|
||||
process_connection(keycode, record) &&
|
||||
#endif
|
||||
true)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue