[Keymap] Unicode and cursor sync - drashna keymap (#15328)

This commit is contained in:
Drashna Jaelre 2021-11-28 23:41:59 -08:00 committed by GitHub
parent 4ee33f1ffd
commit 5b5b36421a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 459 additions and 98 deletions

View file

@ -18,7 +18,8 @@
#include "transactions.h"
#include <string.h>
#ifdef UNICODE_ENABLE
#ifdef CUSTOM_UNICODE_ENABLE
#include "process_unicode_common.h"
extern unicode_config_t unicode_config;
#endif
#ifdef AUDIO_ENABLE