diff options
| author | Drashna Jaelre | 2023-05-31 20:44:06 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-31 20:44:06 +0200 |
| commit | 3a3e5abac992712a8bb4e9b61430f5fc62dc6043 (patch) | |
| tree | 832d14c0ca63e13ca1b97e2cbfe94d75d6bb89c7 /users/drashna/keyrecords/unicode.h | |
| parent | 1411c79aefc989f5fae138b795f53f3b10863ec9 (diff) | |
[Keymap] Drashna Keymap updates for 0.21.0 (#21073)
Diffstat (limited to 'users/drashna/keyrecords/unicode.h')
| -rw-r--r-- | users/drashna/keyrecords/unicode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/keyrecords/unicode.h b/users/drashna/keyrecords/unicode.h index 43c2db89c0..fe95e78c3a 100644 --- a/users/drashna/keyrecords/unicode.h +++ b/users/drashna/keyrecords/unicode.h @@ -18,3 +18,4 @@ enum unicode_typing_modes { extern uint8_t unicode_typing_mode; extern const PROGMEM char unicode_mode_str[UNCODES_MODE_END][13]; +void set_unicode_input_mode_soft(uint8_t input_mode); |