Browse Source

Allow userspace the opportunity to handle keycodes

pull/7834/head
jshuf 4 years ago
committed by noroadsleft
parent
commit
1650ba00f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/cannonkeys/stm32f072/keyboard.c

+ 1
- 1
keyboards/cannonkeys/stm32f072/keyboard.c View File

@ -162,7 +162,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
}
#endif //DYNAMIC_KEYMAP_ENABLE
return true;
return process_record_user(keycode, record);;
}


Loading…
Cancel
Save