diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-16 03:52:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 16:52:01 +0000 |
commit | de66797705ef0e490e5deca0545f009c351f5f45 (patch) | |
tree | 86e435ee5b6ff7a4f1d47a5337818e59d85191e9 /users/rmeli | |
parent | 594f869619884519692319a44da394f8959d4cdf (diff) |
Fix some old keycodes (#19086)
Diffstat (limited to 'users/rmeli')
-rw-r--r-- | users/rmeli/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/rmeli/config.h b/users/rmeli/config.h index 1a6db91d1b..5c31462d35 100644 --- a/users/rmeli/config.h +++ b/users/rmeli/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define TAPPING_TERM 200 #ifdef UNICODEMAP_ENABLE -# define UNICODE_SELECTED_MODES UC_MAC, UC_LNX +# define UNICODE_SELECTED_MODES UNICODE_MODE_MACOS, UNICODE_MODE_LINUX #endif #ifdef AUTO_SHIFT_ENABLED |