- Added my keymap folder but with empty files
- Added new json for further github action customization
- Updated the rollow keyboard definition with new OLED picture
- slowed down quick tap term to 135 to help
- went back to mouse A. It is uncomfortable to hold for a long time
on rollow but it seems okay on the swoop
- made swoop encoders the same as rollow
- NAV key is momentary except for in number layer where it also taps 0
- NUM key now taps mouse button 1, but it won't tap that in NAV layer
- removed visual studio code fold/unfold binds as I don't use them
- cleaned up the keymap, went back to three keycode wrappers for
base and layer
- cleaned up the encoder taps
- updated readme file
- the layout wrapper is case sensitive, had K37 when it should be k37
- fixed whitespace formatting in several files
- removed planck from qmk_nontree.json
- Changed wrapper to 3x5_3 layout so I can customize a key for each
layer versus specifing one key for all layers
- Tried to be thoughtful on what I need
- Negative conditions do not cause the action to fail
- The `nontree_targets` property exists but array is empty
- The `nontree_targets` property does not exist
- If the JSON file does not end with a new line
- If the JSON file does not exist
- Negative conditions that will result in a action failure
- build step fails reporting the keyboard cannot be found after the non-tree keyboard definition not copying from any of above scenarios
- If a the array has an entry that results in copy error; file/folder not found
- no longer have two separate build actions files
- made variable names more clear
- able to parse the array properly now and copy the files
- non-tree boards are able to compile