diff options
| author | skullY <skullydazed@gmail.com> | 2019-08-30 11:19:03 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | b624f32f944acdc59dcb130674c09090c5c404cb (patch) | |
| tree | bc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /quantum/process_keycode/process_unicodemap.h | |
| parent | 61af76a10d00aba185b8338604171de490a13e3b (diff) | |
| download | qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip | |
clang-format changes
Diffstat (limited to 'quantum/process_keycode/process_unicodemap.h')
| -rw-r--r-- | quantum/process_keycode/process_unicodemap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/process_keycode/process_unicodemap.h b/quantum/process_keycode/process_unicodemap.h index 51709c5dc..a4b6d77f3 100644 --- a/quantum/process_keycode/process_unicodemap.h +++ b/quantum/process_keycode/process_unicodemap.h | |||
| @@ -20,6 +20,6 @@ | |||
| 20 | 20 | ||
| 21 | extern const uint32_t PROGMEM unicode_map[]; | 21 | extern const uint32_t PROGMEM unicode_map[]; |
| 22 | 22 | ||
| 23 | void register_hex32(uint32_t hex); | 23 | void register_hex32(uint32_t hex); |
| 24 | uint16_t unicodemap_index(uint16_t keycode); | 24 | uint16_t unicodemap_index(uint16_t keycode); |
| 25 | bool process_unicodemap(uint16_t keycode, keyrecord_t *record); | 25 | bool process_unicodemap(uint16_t keycode, keyrecord_t *record); |
