Skip to content

Commit

Permalink
Swap central role to keyboard without trackball
Browse files Browse the repository at this point in the history
Having connection issues with the peripheral keyboard. Plus it probably
makes sense to balance power usage by having the side without the
trackball act as the central role.
  • Loading branch information
trentrand committed Jul 5, 2024
1 parent 39a1462 commit f74047a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions boards/shields/dactyl_manuform_5x7/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
if SHIELD_DACTYL_MANUFORM_5x7_LEFT

config ZMK_KEYBOARD_NAME
default "DactylL"
default "Dactyl Manuform"

config ZMK_SPLIT_ROLE_CENTRAL
default y
endif

if SHIELD_DACTYL_MANUFORM_5x7_RIGHT

config ZMK_KEYBOARD_NAME
default "DactylR"

config ZMK_SPLIT_ROLE_CENTRAL
default y
default "Dactyl Manuform Aux"
endif

if SHIELD_DACTYL_MANUFORM_5x7_LEFT || SHIELD_DACTYL_MANUFORM_5x7_RIGHT

config ZMK_SPLIT
default y

endif

0 comments on commit f74047a

Please sign in to comment.