Commit graph

15 commits

Author SHA1 Message Date
Victor
82832d4fc7
Keymap tweaks
- Brought back Mouse Z for temporary mouse usage
- Combined Mouse and Function Keys into one Layer
- Cleaned up unused code (e.g. combos, key overrides)
- Updated all keyboards with new layer
- Updated documentation
- I think this will be it for now. Making a list somewhere else
for future enhancements
2024-06-25 21:44:06 -05:00
Victor
c825ba8319
had to remove that limiter
- upon reading documentation I don't think I can do COMBO_ONLY_FROM_LAYER and
COMBO_SHOULD_TRIGGER at the same time unless its for base layer
- something to do with needing those keys to be defined on the other layers
- like if I wanted tab to work on NAV, i need to add U and I to that same spot on
the NAV layer
2024-05-12 21:07:47 -05:00
Victor
22d085c0b2
Tuning key overrides
- reducing same finger bigrams for file explorer and print screen
2024-05-10 09:14:25 -05:00
Victor
3dff7013f0
Bug fixes and more tuning
- Add new lines so multi line layer defines will work
- Changed TR_MINS to KC_MINS on number layer for F12 override
- Added more overrides for print screen and file explorer
- Added grave and semicolon back to number layer
- Moved media keys to config layer
2024-05-10 09:06:52 -05:00
Victor
6e9fb9373a
Tune and polish
- Zoom shortcuts are now the scroll wheel
- removed function layer
- updated documentation
- Enabled Tab to work on Navigation layer
- Had to go back to basic minus keycode for F12 to work
2024-05-10 08:49:39 -05:00
Victor
fdfc997c28
Cleanup and Adding more overrides
- Updated documentation and standardize identation formatting
- Added numpad key overrides to get function keys
- got rid of function layer
2024-05-10 00:00:37 -05:00
Victor
96529e5fa7
Updated documentation ahead of reverting keymap back 2024-05-09 10:52:35 -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
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
2158661515
Updated Readme and added keymap image 2024-04-20 15:33: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
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
c53ccf3859
Fixed typos in README.md 2024-04-01 22:40:56 -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
Nick Brassel
92d62d05e8 Initial structure. 2023-11-22 15:22:43 +11:00