working with power limit
This commit is contained in:
parent
b8679bbe04
commit
5f91fb4136
8 changed files with 163 additions and 4 deletions
|
@ -128,6 +128,9 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#endif
|
||||
#ifdef UCIS_ENABLE
|
||||
process_ucis(keycode, record) &&
|
||||
#endif
|
||||
#ifdef PRINTING_ENABLE
|
||||
process_printer(keycode, record) &&
|
||||
#endif
|
||||
true)) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue