mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
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);
|