diff options
| author | Nathan_Blais | 2021-06-25 01:15:04 +0200 |
|---|---|---|
| committer | GitHub | 2021-06-25 01:15:04 +0200 |
| commit | 61ec0023c47de0c1418b50e2f76f1eb2c7d9c09b (patch) | |
| tree | 05534a164c0f3ada30114911fee08cbaf559eabd /keyboards/bop/config.h | |
| parent | ca2259d9863e5b7b251aaa233debacb592380aaa (diff) | |
Bop added via & unicode support (#13122)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bop/config.h')
| -rw-r--r-- | keyboards/bop/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/bop/config.h b/keyboards/bop/config.h index 57ed4bceaf..fa646a582f 100644 --- a/keyboards/bop/config.h +++ b/keyboards/bop/config.h @@ -46,4 +46,7 @@ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE
\ No newline at end of file +#define LOCKING_RESYNC_ENABLE + +/* Unicode select mode */ +#define UNICODE_SELECTED_MODES UC_MAC, UC_LNX, UC_WINC |