~ruther/qmk_firmware

1650ba00f18c82242fdc00969ae7c017ffd566cd — jshuf 6 years ago f9d47eb
Allow userspace the opportunity to handle keycodes
1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/cannonkeys/stm32f072/keyboard.c
M keyboards/cannonkeys/stm32f072/keyboard.c => keyboards/cannonkeys/stm32f072/keyboard.c +1 -1
@@ 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);;
}