Victor
68d921efe7
Point my userspace at a clone of .github
...
- this is where I keep my custom build actions (nontree)
2024-04-14 14:51:28 -05:00
Victor
5c90a110ba
Adjusting keymap to incorporate encoders
...
- 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
2024-04-14 09:57:45 -05:00
Victor
88a6967676
updated github action versions
...
- updated all the actions to the newer versions due to nodejs16 being
deprecated
2024-04-13 18:40:43 -05:00
Victor
4d5f908817
Fixed a bunch of stuff
...
- 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
2024-04-11 23:45:44 -05:00
Victor
72d86e4c52
Updating wrappers
...
- 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
2024-04-11 23:30:46 -05:00
Victor
1f37e8281c
Merge pull request #4 from t4corun/rollow
...
Rollow and making github actions build it
2024-04-11 22:42:50 -05:00
Victor
7bb74401e1
Adjusted encoder mappings
...
- THings were backwards and not intuitive
2024-04-11 22:30:25 -05:00
Victor
64f90da9c6
fixing bugs in the rollow configuration
...
- enabling extra keys by default to rollow
- forcing extrqa keys to be on in the userspace rules.mk
2024-04-11 22:16:57 -05:00
Victor
efed5396ba
Going to use sea-picro, not blok
...
- https://github.com/joshajohnson/sea-picro says its identical to sparkfun
2024-04-11 21:49:31 -05:00
Victor
1244232159
Forgot to add the rollow back to the qmk.json file
2024-04-11 09:21:31 -05:00
Victor
ebeb1ec460
Undoing the test cases as everything tested good
...
- 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
2024-04-11 09:17:03 -05:00
Victor
b7596b771b
Removing property to see what happens
2024-04-11 08:30:36 -05:00
Victor
a85a303e70
removed rollow from json so the build will pass during test
2024-04-11 00:08:03 -05:00
Victor
eca4fb90e5
adding empty array json to see if the json part will fail
2024-04-11 00:07:31 -05:00
Victor
08921a205f
added newline back to json
2024-04-11 00:04:13 -05:00
Victor
db235f8708
test case 2
...
- remove the new line at hte end and see if code handles it
2024-04-11 00:01:41 -05:00
Victor
e13bd6052d
removing path to json file name
2024-04-10 23:56:22 -05:00
Victor
96cc821a58
Fixing typos, and var names
2024-04-10 23:50:37 -05:00
Victor
d69706ad03
adding json file back
2024-04-10 23:47:23 -05:00
Victor
31068f5406
adding file check
2024-04-10 23:45:13 -05:00
Victor
f8b7f503ed
trying echo ''
2024-04-10 23:37:59 -05:00
Victor
c2f70c7b6a
maybe extra echo will work
2024-04-10 23:35:07 -05:00
Victor
1e368b9767
added a check to ensure environment variable is set before
...
trying to process it
2024-04-10 23:31:42 -05:00
Victor
24251d5fbb
testing
...
- renamed json file to make it appear its not there
- ignore errors with cat command
2024-04-10 23:26:23 -05:00
Victor
3a89a16cf2
cleanup and added check for json file
2024-04-10 23:17:36 -05:00
Victor
ee19193693
removed jq install. this is not needed anymore
2024-04-10 23:14:12 -05:00
Victor
cd69fb384b
cleanup
...
- 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
2024-04-10 23:11:29 -05:00
Victor
6f9ce2d901
more trying
2024-04-10 23:04:09 -05:00
Victor
713e7f6827
trying at sign
2024-04-10 23:01:36 -05:00
Victor
a4ba4d82b4
debug
...
- only outputting first element
2024-04-10 22:57:44 -05:00
Victor
d489621ca2
added new line to end of file
2024-04-10 22:49:33 -05:00
Victor
611b7bfd58
another variation of the environment variable
2024-04-10 22:34:51 -05:00
Victor
217008bfbd
trying something different
2024-04-10 22:29:49 -05:00
Victor
65e9fbf50d
bitch
...
- forgot semicolon
2024-04-10 22:23:25 -05:00
Victor
311e368ea2
adfads
2024-04-10 22:22:41 -05:00
Victor
316f8de5de
trying whatever at this point
2024-04-10 22:18:42 -05:00
Victor
7ec61a98b8
adding more debug
2024-04-10 22:07:24 -05:00
Victor
a9843281aa
trying again to do it all in one step
2024-04-10 22:02:57 -05:00
Victor
85b89bc102
trying environment variables
2024-04-10 21:57:45 -05:00
Victor
388919a4a0
adding debug statements
2024-04-10 21:54:33 -05:00
Victor
73b0eeab07
trying something else to get it to work
...
- going back to steps method
- trying something i found on stack overflow
2024-04-10 21:48:04 -05:00
Victor
a86ea24564
idunno
2024-04-10 21:40:53 -05:00
Victor
01e68016f6
still trying
...
- now trying to load a variable in the step
- not trying to reference another step
2024-04-10 21:37:46 -05:00
Victor
e2f0584471
more syntax errors
...
- had an extra " in there
2024-04-10 21:33:59 -05:00
Victor
ea7f571ef1
syntax
...
- forgot a '
2024-04-10 21:29:35 -05:00
Victor
52ed4e3e9e
combining it all into one step
2024-04-10 21:26:25 -05:00
Victor
1685622dbd
combining read and parse step into one
2024-04-10 21:17:06 -05:00
Victor
8a197b0f29
starting to get it
...
- i see hte steps are referencing the id names, had to align them
- added path for qmk_nontree.json
2024-04-10 21:01:43 -05:00
Victor
47aedd68f4
had hte wrong file again
2024-04-10 20:59:51 -05:00
Victor
6925059c2e
adding a new way to parse json file per copilot
2024-04-10 20:56:44 -05:00