process_unicode.h 180 B

123456789
  1. #ifndef PROCESS_UNICODE_H
  2. #define PROCESS_UNICODE_H
  3. #include "quantum.h"
  4. #include "process_unicode_common.h"
  5. bool process_unicode(uint16_t keycode, keyrecord_t *record);
  6. #endif