diff options
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 | ||