blob: 4c21f11eb976babb425e3ac8ca8fb6447075e0ec (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|