diff options
Diffstat (limited to 'quantum/process_keycode/process_ucis.h')
| -rw-r--r-- | quantum/process_keycode/process_ucis.h | 5 |
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); | |||
| 48 | void qk_ucis_success(uint8_t symbol_index); | 47 | void qk_ucis_success(uint8_t symbol_index); |
| 49 | void register_ucis(const char *hex); | 48 | void register_ucis(const char *hex); |
| 50 | bool process_ucis (uint16_t keycode, keyrecord_t *record); | 49 | bool process_ucis (uint16_t keycode, keyrecord_t *record); |
| 51 | |||
| 52 | #endif | ||
