aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_ucis.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_ucis.h')
-rw-r--r--quantum/process_keycode/process_ucis.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_ucis.h b/quantum/process_keycode/process_ucis.h
index d4aa34cde..b114d839a 100644
--- a/quantum/process_keycode/process_ucis.h
+++ b/quantum/process_keycode/process_ucis.h
@@ -14,8 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef PROCESS_UCIS_H 17#pragma once
18#define PROCESS_UCIS_H
19 18
20#include "quantum.h" 19#include "quantum.h"
21#include "process_unicode_common.h" 20#include "process_unicode_common.h"
@@ -48,5 +47,3 @@ void qk_ucis_symbol_fallback (void);
48void qk_ucis_success(uint8_t symbol_index); 47void qk_ucis_success(uint8_t symbol_index);
49void register_ucis(const char *hex); 48void register_ucis(const char *hex);
50bool process_ucis (uint16_t keycode, keyrecord_t *record); 49bool process_ucis (uint16_t keycode, keyrecord_t *record);
51
52#endif