diff options
Diffstat (limited to 'quantum/process_keycode/process_ucis.h')
| -rw-r--r-- | quantum/process_keycode/process_ucis.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_ucis.h b/quantum/process_keycode/process_ucis.h index 3f736a709..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" |
| @@ -45,7 +44,6 @@ extern const qk_ucis_symbol_t ucis_symbol_table[]; | |||
| 45 | void qk_ucis_start(void); | 44 | void qk_ucis_start(void); |
| 46 | void qk_ucis_start_user(void); | 45 | void qk_ucis_start_user(void); |
| 47 | void qk_ucis_symbol_fallback (void); | 46 | void qk_ucis_symbol_fallback (void); |
| 47 | void qk_ucis_success(uint8_t symbol_index); | ||
| 48 | void register_ucis(const char *hex); | 48 | void register_ucis(const char *hex); |
| 49 | bool process_ucis (uint16_t keycode, keyrecord_t *record); | 49 | bool process_ucis (uint16_t keycode, keyrecord_t *record); |
| 50 | |||
| 51 | #endif | ||
