Files
zsa_qmk_firmware/quantum/process_keycode/process_unicode.h
T

10 lines
180 B
C
Raw Normal View History

#ifndef PROCESS_UNICODE_H
#define PROCESS_UNICODE_H
2016-05-18 23:47:16 -04:00
#include "quantum.h"
2017-02-15 17:09:35 -05:00
#include "process_unicode_common.h"
bool process_unicode(uint16_t keycode, keyrecord_t *record);
2016-05-18 23:47:16 -04:00
#endif