You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I currently have a feature setup on my cloned repository that helps with managing multiple 360 pro keyboards.
I have a custom build that allows me to make a branch in my local repository that automatically renames the keyboard based on the branch name. I am wondering if others would find this helpful as well. If so I can make a PR
It works like this:
create a branch off of the main branch currently V3.0
any branch with the prefix of KEYBOARD_ will run a script during the build of the binary to rename the bluetooth name of the keyboard to the characters after KEYBOARD_ up to the 16 character limit
For example I have 2 keyboards which I want to have separate bluetooth names I create two branches off of the V3.0 branch named
KEYBOARD_Adv360-1
KEYBOARD_Adv360-2
When the build action is triggered for the branches the resulting binaries for the first will have the bluetooth device name Adv360-1 and Adv360-2 respectively.
You can name your branch anything that starts with KEYBOARD_ and the name will be dynamic, The name can be up to 16 characters which is a limit already in place, If the branch name after KEYBOARD_ is more than 16 characters the name will be trimmed to the first 16 characters so that the build does not fail at later steps.
I find this useful for managing multiple 360 Pro keyboards and find it easier than modifying the configuration file for each keyboard. I just want some opinions on if this feature would help others as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I currently have a feature setup on my cloned repository that helps with managing multiple 360 pro keyboards.
I have a custom build that allows me to make a branch in my local repository that automatically renames the keyboard based on the branch name. I am wondering if others would find this helpful as well. If so I can make a PR
It works like this:
create a branch off of the main branch currently V3.0
any branch with the prefix of KEYBOARD_ will run a script during the build of the binary to rename the bluetooth name of the keyboard to the characters after KEYBOARD_ up to the 16 character limit
For example I have 2 keyboards which I want to have separate bluetooth names I create two branches off of the V3.0 branch named
KEYBOARD_Adv360-1
KEYBOARD_Adv360-2
When the build action is triggered for the branches the resulting binaries for the first will have the bluetooth device name Adv360-1 and Adv360-2 respectively.
You can name your branch anything that starts with KEYBOARD_ and the name will be dynamic, The name can be up to 16 characters which is a limit already in place, If the branch name after KEYBOARD_ is more than 16 characters the name will be trimmed to the first 16 characters so that the build does not fail at later steps.
I find this useful for managing multiple 360 Pro keyboards and find it easier than modifying the configuration file for each keyboard. I just want some opinions on if this feature would help others as well.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions