diff options
| author | Nathan_Blais <37645161+NathanBlais@users.noreply.github.com> | 2021-06-24 16:15:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 09:15:04 +1000 |
| commit | 61ec0023c47de0c1418b50e2f76f1eb2c7d9c09b (patch) | |
| tree | 05534a164c0f3ada30114911fee08cbaf559eabd /keyboards/bop/config.h | |
| parent | ca2259d9863e5b7b251aaa233debacb592380aaa (diff) | |
| download | qmk_firmware-61ec0023c47de0c1418b50e2f76f1eb2c7d9c09b.tar.gz qmk_firmware-61ec0023c47de0c1418b50e2f76f1eb2c7d9c09b.zip | |
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 57ed4bcea..fa646a582 100644 --- a/keyboards/bop/config.h +++ b/keyboards/bop/config.h | |||
| @@ -46,4 +46,7 @@ | |||
| 46 | #define LOCKING_SUPPORT_ENABLE | 46 | #define LOCKING_SUPPORT_ENABLE |
| 47 | 47 | ||
| 48 | /* Locking resynchronize hack */ | 48 | /* Locking resynchronize hack */ |
| 49 | #define LOCKING_RESYNC_ENABLE \ No newline at end of file | 49 | #define LOCKING_RESYNC_ENABLE |
| 50 | |||
| 51 | /* Unicode select mode */ | ||
| 52 | #define UNICODE_SELECTED_MODES UC_MAC, UC_LNX, UC_WINC | ||
