Skip to content

Commit

Permalink
Remove overflown keyboard name from peripheral
Browse files Browse the repository at this point in the history
The firmware failed to compile due to the keyboard name being > 16
characters. But that was on the peripheral side, which doesn't even use
the name.
  • Loading branch information
trentrand committed Jul 5, 2024
1 parent 5daab97 commit a1e18e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions boards/shields/dactyl_manuform_5x7/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
if SHIELD_DACTYL_MANUFORM_5x7_LEFT
config ZMK_KEYBOARD_NAME
default "Dactyl Manuform"
endif

if SHIELD_DACTYL_MANUFORM_5x7_RIGHT
config ZMK_KEYBOARD_NAME
default "Dactyl Manuform Aux"
default "Dactyl Manuform"

config ZMK_SPLIT_ROLE_CENTRAL
default y
Expand Down

0 comments on commit a1e18e6

Please sign in to comment.