-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adv360_FW_v2-24-22 #1
Open
ELgit
wants to merge
40
commits into
PolarityWorks:main
Choose a base branch
from
ELgit:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy/past of &hm behavior and swap L ctrl key for &hm LGUI SPACE to gain my tap-for-space, hold-for-command functionality
verify bootloader (it's correct) and put key command in default layer, not layer 2
Move caps lock back to default location. Move ESC to strange unused bottom left ring finger
test to see if launch keys will work
Launch 1,2 went well - complete left hand launch with 3,4,5 Do only 10 launch keys, to correspond with numbers & enable touch/launch
launch 1-5 green. This is 6-10 in one shot.
create layer 4 layer # same as key command # full layer names with indicator color
layer # matches key command # longer layer names add indicator color to layer name prep layer 4
added to definitions at top
adding to behaviors breaks it needs to be added to bottom of a keymap layer
set toggle to 4 on button 4, right side on layer 4, same button is &trans this should create same as keypad toggle
replace all with &trans except inner 6 keys. All of those are &none except on hotkey 4, which is &trans so layer toggle works.
seeing if different keycodes work and/or affect other functionality.
testing if codes work and/or break other functionality
testing editing macro and adding it to P key in layer 4 The macro has a nested shift V command.
changed nesting same as nesting on KS stapelberg
nested Shift+V is causing problems
&kp LS(KP_V) should work as a key command, yet I'm not getting it to work as a key in a macro command
bailed on nesting, but left nested command in lyr 4 on V layer to see if it works.
macro to launch apps 1-6, reminders to messages
stefvanhouten
pushed a commit
to stefvanhouten/zmk-config-adv360
that referenced
this pull request
Aug 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulling from base per instructions to install firmware. However, merge is not an option so this is non-merge pull request.