diff options
author | Nick Winans <nick@winans.codes> | 2021-03-27 14:03:05 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-25 21:17:24 -0400 |
commit | 478cf9437421cd14fd8a67cef3f80aff03001bb6 (patch) | |
tree | 3345809b777746e3ee6c32701d3a2f8cf039a87a /app/boards/shields/sofle | |
parent | 36ced48e532dbb8f703d2affe37ea3e84a9d1c84 (diff) |
refactor(boards): Remove "left" from split keyboard names
Diffstat (limited to 'app/boards/shields/sofle')
-rw-r--r-- | app/boards/shields/sofle/Kconfig.defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/shields/sofle/Kconfig.defconfig b/app/boards/shields/sofle/Kconfig.defconfig index 3ea6ee4..fcee7fb 100644 --- a/app/boards/shields/sofle/Kconfig.defconfig +++ b/app/boards/shields/sofle/Kconfig.defconfig @@ -4,7 +4,7 @@ if SHIELD_SOFLE_LEFT config ZMK_KEYBOARD_NAME - default "Sofle Left" + default "Sofle" config ZMK_SPLIT_BLE_ROLE_CENTRAL default y |