process_unicodemap.h 224 B

123456789
  1. #ifndef PROCESS_UNICODEMAP_H
  2. #define PROCESS_UNICODEMAP_H
  3. #include "quantum.h"
  4. #include "process_unicode_common.h"
  5. void unicode_map_input_error(void);
  6. bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
  7. #endif