Victor
674b1bdb90
Accidentally removed ignore mod tap interrupt
...
- removed hold on other key press
2024-05-02 08:32:38 -05:00
Vitaliy Zaytsev
7672002109
use containerWorkspaceFolder var and pass it to setup.sh ( #12 )
...
- folder name inside dev container is same as folder name on host
so if it differs from qmk_userspace then setup.sh cannot be found
and it sets incorrect user.overlay_dir
- docs https://containers.dev/implementors/json_reference/
2024-05-02 12:20:54 +01:00
Nick Brassel
6ddb67dc56
Replicate qmk/qmk_firmware#23310
2024-05-02 20:11:50 +10:00
Victor
d027347b1e
Final Tweak for tonight
...
- Move CONFIG activation to number layer for comfort
- Added caps lock and print screen to symbol layer
2024-05-02 00:00:09 -05:00
Victor
1fa52ae34c
Big cleanup and tune
...
- increased combo timer to 35
- I removed all the unnecessary defines and associated methods for
per keycode customizations like quick tap term, combo press in order, etc
2024-05-01 23:52:19 -05:00
Victor
92efb790af
Cleaning up docs and combo logic
2024-05-01 22:19:20 -05:00
Victor
fa85221e82
Removed mouse wheel from nav layer
2024-05-01 22:04:25 -05:00
Victor
5e74da734e
Major Tweaks
...
- Changed how config layer is activated
- moved function keys to opposite side to match numbers
- Updated keymap image
2024-05-01 21:53:25 -05:00
Victor
b7468905a1
Reverting back to mouse combos
...
- It didn't feel right having to hold down a key to get more mouse keys
2024-05-01 21:03:28 -05:00
Victor
0915d57815
commented out too much
2024-05-01 20:09:48 -05:00
Victor
c214acbe24
Forgot to remove a comma in the combo enum
2024-05-01 20:06:06 -05:00
Victor
e7b63ba6e5
Forgot to comment out part of the enum
2024-05-01 20:03:28 -05:00
Victor
69bfe86bb7
Big changes
...
- Removed all the mouse and config combos
- Added all the mouse buttons to the number layer
- removed the snipping tool and file explorer shortcut
- redid the config layer for the new activation
2024-05-01 19:57:17 -05:00
Victor
6344f4eec6
I think it was my combos that made NAV weird
...
- CONFIG is now shift and space held together
- had to rearrange the dynamic macros to make it work
- put back nav 0 and the tapping term mod
2024-04-30 23:17:45 -05:00
Victor
56fb8076f8
Still acting funny
...
- now putting layer trans wherever i can
2024-04-30 23:02:09 -05:00
Victor
0b2c377a8f
Still have that weird NAV delay
...
- removed the layer tap from game layer
2024-04-30 22:48:12 -05:00
Victor
ad575dd574
More tuning
...
- Split 0 and Nav so Nav would be more responsive
- Made the caps word idle timeout the same as One shot timeout
2024-04-30 22:37:46 -05:00
Victor
577fb57b7e
Tuned combos and updated documentation
...
- rearranged the mouse buttons becuase i found it isn't bad to press two
keys in one column
2024-04-24 23:46:52 -05:00
Victor
0d26a9084b
Merge pull request #8 from t4corun/swoopRGBMatrix
...
Creating Swoop RGB Matrix and consolidation
2024-04-24 23:25:11 -05:00
Victor
53da355746
Accidentally cleared out the combo config
2024-04-24 19:50:01 -05:00
Victor
f7b6532483
More cleanup
...
- added more time for config layer to activate
- Cleaned up unused code (e.g. combos, split config)
- removed uneeded oled driver include
2024-04-24 19:35:43 -05:00
Victor
f8603e9bd4
More cleanup
...
- added more time for config layer to activate
- Cleaned up unused code (e.g. combos)
- removed uneeded oled driver include
2024-04-24 19:33:00 -05:00
Victor
c5cb76fab5
Big cleanup
...
- standardize the documentation in my config files
- Removed all the unused/unneeded feature .c/.h files (including RGBmatrix)
- now that I think I have my featureset set, I consolidated my rules.mk to
lessen the 'include if' commands
2024-04-24 19:26:46 -05:00
Victor
d6c6d5d731
Organization and cleanup
...
- added more clarity on which files have config to each rules.mk
- enabled encoder on swoop again
- removed rollow oled config/files because default is fine
- added some keycodes back because I forgot not all keyboards have encoders
- added common oled config
2024-04-24 18:44:08 -05:00
Victor
0b934d4532
Forgot to turn off RGBLight, which may be a conflict
2024-04-24 17:59:01 -05:00
Victor
0eafe4f4c8
It did not like me putting that variable in the header file
2024-04-24 12:57:22 -05:00
Victor
4c1ff262ab
At work, major cleanup
...
- Can't flash firmware to test RGBMatrix here so trying to do other stuff
- Added Reverse Base Layer toggle and mapped it to the encoder
- Tweaked combos. Moving mouse buttons around for comfort and moving stuff to minimize
misfires
- removed macro 2 set binds
- Fleshed out MOUSEKEY config and tweaked mouse wheel to speed it up
- Refreshed RGB Matrix config, added timeout, removed unneeded stuff
- Added split OLED data sync
- Updated keymap drawer image
- Cleaned up comments and bad Swoop rgbmatrix code
2024-04-24 12:38:08 -05:00
Victor
c769c3783c
had a j typo
2024-04-24 01:05:05 -05:00
Victor
4fc3f3b8e2
trying to flip the order while writing normal physical locations
2024-04-24 01:01:30 -05:00
Victor
808a4d6095
Trying to set the array quentin's way
2024-04-24 00:45:28 -05:00
Victor
44badd2e6f
Trying the physical led location the way quentin does it
2024-04-24 00:35:23 -05:00
Victor
68341a210c
Fixing some bugs in the mapping
...
- had the wrong sequence in there for the right side thumbs
- Had hte center wrong
2024-04-23 23:46:51 -05:00
Victor
760ead9996
Forgot a bunch of commas specifying the LED flags
2024-04-23 23:32:34 -05:00
Victor
4561946273
The compilier wanted RGB_MATRIX_LED_COUNT
2024-04-23 19:53:18 -05:00
Victor
0e317305c3
Updating/fixing configuration
...
- Had to fix the swoop rules.mk
- Update the common RGBMatrix Config
2024-04-23 19:46:37 -05:00
Victor
cc59e08fd6
defining the g_led_config struct
...
- had to do a bunch of math to define it
- added the config
- updated the numpad to put the dot back on the pinky for speed
2024-04-23 19:06:16 -05:00
Victor
6c181c3cad
Swapping mb3 and 4 combos for comfort
2024-04-23 14:34:36 -05:00
Victor
2e9d6aa6c0
Removing EE_HANDS to see if I can get the split side encoder going
2024-04-22 08:28:10 -05:00
Victor
43ebbec89f
Merge pull request #7 from t4corun/simplify
...
Simplification
2024-04-22 08:11:06 -05:00
Victor
a370965d1c
fixing bugs and setting up encoder debug environment
...
- Had to fix bugs with TR_SCLN and ploopy nano drag scroll
- added mouse scroll wheel and rgb mode for debug purposes
2024-04-22 07:35:57 -05:00
Victor
94849eef72
Keep finding small typos
2024-04-22 00:40:58 -05:00
Victor
734782e538
Forgot to remove function from OLED
...
- also added RGB Matrix Effects to Swoop
2024-04-22 00:37:53 -05:00
Victor
42376480cd
Almost there
...
- had the wrong number of arguments for insert_brackets
2024-04-22 00:32:28 -05:00
Victor
b829c056d2
Another typo to fix
2024-04-22 00:26:08 -05:00
Victor
5768daedd4
Turned out I had duplicate defines
...
- Had to rename my tap hold mappings
2024-04-22 00:20:10 -05:00
Victor
cc64b41f4b
Testing out the swoop finally
...
- Had to revert the keycode enumerators
- Adjusted the Swoop encoder mappings
- Had to put the mouse wheels back in
2024-04-22 00:10:09 -05:00
Victor
f8bded656b
Forgot to undo the test name
2024-04-21 10:37:53 -05:00
Victor
082926a4e1
Polish and cleanup
...
- Redid the tap hold to simplify maintenance
- moved the ploopy nano stuff into tap hold
- removed all mention of function layer
- added double taps for programming macros
2024-04-21 10:32:13 -05:00
Victor
7c665ff65a
More Cleanup so we can do the test
...
- I forgot I removed the function layer
2024-04-21 08:34:53 -05:00
Victor
0d194ac08f
Forgot end of line on wrapper
2024-04-21 08:29:53 -05:00