diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-07 03:07:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 18:07:08 +0100 |
commit | 8833b283610ce34e9be65ed3fc2c477258188de7 (patch) | |
tree | d4c6204d14b83029399a6133ab5727afb60b12c6 /keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h | |
parent | c6ab11bc45ef6e5530d4aba0afd68d3ff6992a9d (diff) |
Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)
Diffstat (limited to 'keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h')
-rwxr-xr-x | keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h b/keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h index 2283439493..496e9d2b2c 100755 --- a/keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h +++ b/keyboards/kprepublic/bm43hsrgb/keymaps/bitstarr/config.h @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX, UC_OSX +#define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX, UC_MAC #define UNICODE_CYCLE_PERSIST false #ifdef RGB_DI_PIN |