Skip to content

Commit

Permalink
Trying left/right swap using only config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Oct 31, 2024
1 parent 659dc25 commit 3868b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/cradio_left.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Make the left half peripheral.
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
2 changes: 2 additions & 0 deletions config/cradio_right.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Make the right half central.
CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y

2 comments on commit 3868b36

@LarryBoy1975
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created two new files in my Typeracive Corne config directory (corne_left.conf and corne_right.conf) and added the CONFIG_ZMK_SPLIT_ROLE_CENTRAL= n/y assignments as you did and it worked like a charm! Thank you for sharing.

@amacleod
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LarryBoy1975 glad my little experiment helped spread good information! Enjoy your typing in good health!

Please sign in to comment.