0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-05-07 22:38:19 +00:00
qmk_firmware/quantum/process_keycode/process_unicode.h
2017-02-15 17:09:35 -05:00

10 lines
180 B
C

#ifndef PROCESS_UNICODE_H
#define PROCESS_UNICODE_H
#include "quantum.h"
#include "process_unicode_common.h"
bool process_unicode(uint16_t keycode, keyrecord_t *record);
#endif