Commit graph

13 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
169f363763
Added Host State Auto Mouse
- added mouse layer to userspace
- Ploopy Nano now turns on num lock when pointer is moved
- When the keyboard detects num lock it turns the mouse layer on
- cleaned up unused key overrides and combos
- Rules.mk was redone to drastically reduce memory footprint
- merged all config files into the main one
- made a clever way to have two _user functions in the userspace
- revised drag scroll bind for comfort
- removed dpi toggle functionality for nano for now. Need to find way to
add it back
2024-06-24 23:56:41 -05:00
Victor
a1764f59ac
Klor Fix, Userspace Adds, Keymap tweaks
- Updated Klor config for updated haptic defines
- Music mode is now off for good
- Added userspace config for haptics and audio
- Went back to numpad 0 on the thumbs
- Added haptic and audio keys on the config layer
- removed all combos except drag scroll
- Updated and added overrides for haptics/audio/Mousekeys
2024-05-24 00:13:24 -05:00
Victor
31d8098de2
Bug fixes with that previous commit
- forgot to add the tweaked overrides to the struct
2024-05-10 09:15:07 -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
f8d8e3fdee
Did not do the bitmask properly
- Now the function keys should work on the number layer
- Also made the media next key only work on navigation layer
2024-05-10 07:47:57 -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
aaa2269240
Reverting back to tap holds
- per documentation I felt the gains were not worth having to press
shift to get those alt keycodes.
- on symbol layer split side, there were alot of same finger bigrams
2024-05-07 23:51:38 -05:00
Victor
a648a7af4f
Removing rest of single tap tap holds
- now overriding comma and dot
- removed autoshift tap holds so I can type faster and do repeats
2024-05-07 23:12:13 -05:00
Victor
7a59ddb354
had extra comma typo 2024-05-07 22:51:00 -05:00
Victor
63de251048
Replacing some tap holds with key overrides
- percent, exlm, and at are now key overrides
- I now have to press shift to get the once held keycodes, but now
I can hold down those keys to get repeating output
2024-05-07 22:46:57 -05:00
Victor
bd0ef31328
Implementing Key Override
- converting shift backspace to this setup since its simpler
- Just commented out the existing code in case this doesn't work
- May convert some of the symbols to this instead of a hold
2024-05-06 22:38:26 -05:00