mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
facca23315
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Pablo COVES <pablo.coves@anatoscope.com>
6 lines
126 B
C
6 lines
126 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
__attribute__((weak)) bool process_record_unicode(uint16_t keycode, keyrecord_t *record);
|