diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-24 23:15:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-24 23:15:36 +0000 |
commit | 0412c92b68fbc3b3d3eefd44c1b04d05b47c826a (patch) | |
tree | 9aa0e721cfbaaa0c1dc07d685158da5738faa43e /keyboards/bop/config.h | |
parent | e8d1c0e30028fc4edba956cb9b5c35df06c7dcb0 (diff) | |
parent | 61ec0023c47de0c1418b50e2f76f1eb2c7d9c09b (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |