Commit graph

33 commits

Author SHA1 Message Date
Victor
9ccc311d2a
Fixing space backspace
- mods were getting stuck when i was pressing the shift backspace
- changed number layer so numbers and dates are easier to type
2024-05-06 19:05:01 -05:00
Victor
989698c004
Cleaning up stuff
- Updated Documentation and images
- Change mouse button 3 combo
2024-05-05 23:59:38 -05:00
Victor
90ef9a3b22
Bunch of stuff
- Fixed OLED layer list order
- Altered and combined symbols in tap hold behaviors
- removed the mousekeys optional keycode thing since mousekeys are required
- cleaned up unused tapholds
2024-05-05 23:10:55 -05:00
Victor
39ca5f2f73
Trying Callum after my Swoop got stuck in game mode
- reshuffling everything to somewhat match his keymap
- removed a bunch of combos
2024-05-05 20:27: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
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
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
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
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
6c181c3cad
Swapping mb3 and 4 combos for comfort 2024-04-23 14:34:36 -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
49f130585f
Had I instead of KC_I 2024-04-20 21:28:54 -05:00
Victor
fd8e45aed3
Putting the right side combos back
- It felt weird to go up to press backspace
- moved tab to the top
2024-04-20 16:09:17 -05:00
Victor
33be21734f
Addtional Tweaks to combos
- Moved the backspace / delete combos to the top
- removed contrl backspace shortcuts
- Adjusted keymap.yaml
2024-04-20 15:14:45 -05:00
Victor
e1fcb05c8d
Tweaked combos and did keymap-drawer.yml
- Admit that I moved the combos around after messing with the visualizer
- added the yaml that creates the image
2024-04-18 23:33:26 -05:00
Victor
567bbb7d25
cleanup and tuning
- added escape and enter back in
- made the mouse buttons more intuitive
- moved tab to the right hand
- implemented combos per layer
2024-04-18 20:41:02 -05:00
Victor
31361d209e
More combo tuning
- adjusting mappings again
- removed the order presses for all combo
- made mouse 3,4,5 must tap
2024-04-18 00:00:42 -05:00
Victor
fb3b51bacd
Combined mouse and function layer 2024-04-17 23:41:56 -05:00
Victor
76a8efb71d
Tweaking combo setting
- putting escape and enter back
- tweaking combo timer
2024-04-17 23:32:27 -05:00
Victor
b314c3ffe1
Combo overhaul
- Remapped some combos based on how I used them
- Turned the combo term down because of misfires (e.g. re)
- Removed all the keys that are now combos to save room and
force me to get used to using combos
- Combined Game and GameNum. Removed GameNum Layer
2024-04-17 16:25:29 -05:00
Victor
4c13c8d016
one more try on the drag scroll combo 2024-04-17 01:03:46 -05:00
Victor
f053b1e041
removed ctrl backspace combo 2024-04-17 00:44:20 -05:00
Victor
3279aeb5f5
had extra char 2024-04-17 00:29:49 -05:00
Victor
3bd720d86c
used hte layer combos in must tap
- this might have messed up the other combos
2024-04-17 00:26:27 -05:00
Victor
1dd978d0ce
Being clever didn't work
- i think I need to specify each mouse code that must be tapped
versus specifying what shouldn't be tapped
2024-04-17 00:16:35 -05:00
Victor
85f211b557
Typo but adding new macro
- adding control backspace macro, but I might not use it
2024-04-16 23:52:39 -05:00
Victor
dae4f2b76a
Adding/tuning combos
- all five mouse buttons and drag tog on the left hand side
- added esc, tab, enter to left side
- added backspace, and del
2024-04-16 23:46:10 -05:00
Victor
2e87f03d7d
Had to fix a preprocessor
- had MOUSELAYER_ENABLE instead of MOUSEKEY_ENABLE
2024-04-16 22:52:28 -05:00
Victor
8a48499504
Re-enabling combos
- implement mouse buttons
- activate certain layers with thumbs
- update readme for clarity
2024-04-16 22:45:53 -05:00
Victor
089b71d77b
Migrating over userspace
- existing repo was not forked. Wanted to make sure I was using the standard,
not replicating it
- Updated the readme.md for the latest mappings
2024-04-01 22:26:41 -05:00