Commit graph

73 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
57937cb5f3
Taking out Auto Mouse
- It works okay when you are just clicking around but clicking on the
keyboard doesn't reset the timeout on the mouse.
- in addition, I don't like the flow breaking pauses to wait for the timeout
- making mouse layer a toggle instead of automatic
2024-06-25 15:19:21 -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
c2008065ae
Tandem checkin for ploopyco overhaul
- Added build option for new ploopy nano build
- Added ploopy nano userspace keymap
- Removed old drag scroll detection. OLED graphic tied to scroll lock
- REmoved old scroll lock and dpi custom keycodes used for Lkbm keymap
- overrode num/scroll lock. It is now a hold instead of a toggle
- Added custom keycode to turn on all locks to tell ploopy nano to
enter bootloader
- refactored variables based on learnings from ploopy rebase
- minor tweaks to keymap
- pressing numlock cycles through dpi settings
- pressing scroll lock enters momentary drag scroll
2024-06-18 19:25:24 -05:00
Victor
c1803bf38e
Layout and compile tweaks
- rearranged symbols due to muscle memory
- removed test klor saegewerk from userspace compile
2024-06-08 23:29:34 -05:00
Victor
2036b62a89
128x32 OLED Overhaul and more
- Limit to eight layers to save MCU space
- Tweaked default rules.mk for WPM, Audio, etc
- Added Luna Pet OLED code and modified to my standard
- Enabled Drag Scroll OLED indicator
- Increased Split Communications (layers, LED state, Mods)
- Cleaned up OLED Code and overhauled screen.
- Data is on both halves now, no more split side logo
- Added WPM counter
- Added graphics for layers, mods, features, small QMK logo
- Leveraged KLOR font and added my own images
- Made LTO disabled by default since I'm team RP2040
2024-05-28 12:43:28 -05:00
Victor
b3d323769a
OLED updates
- tweaked 32x128 master side. Got the layout and symbols I wanted
- trying to track the ploopy nano drag scroll so the OLED will work
- added Luna pet skeleton to slave side. need to tweak it.
2024-05-27 22:24:37 -05:00
Victor
81b0596b0a
Removing layer taps
- Decided I didn't mind having 0 where it is and not having layer taps
2024-05-24 21:09:00 -05:00
Victor
878f111e74
Fixing bugs
- I got messed up when i removed the backspace and mouse button 1 combos
2024-05-24 00:37:37 -05:00
Victor
90ea8d727a
putting keyboard combos back
- it felt too weird and clunky now I got used to combos
2024-05-24 00:35:26 -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
e43d0eabc9
Rearranged numpad and removed layer taps
- currently I am getting out of rhythm typing /. Would get 01 instead
- Moved 0 next to 4 on the numpad. This may take some time gettng used to
- Removed the tapping term per key since I was no longer doing customizations
2024-05-12 13:14:19 -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
f57e5fedf7
More ironing out of bugs
- Fixed the back stroke and forward stroke so it's tap hold override
- Added ability to hold repeat the tap hold shifted key
2024-05-09 22:44:36 -05:00
Victor
7a4e3d8b5c
More fixing small bugs
- Didn't make momentary layer for number
2024-05-09 22:31:27 -05:00
Victor
3298971de8
Forgot to fix custom keycode enum 2024-05-09 22:28:09 -05:00
Victor
d5a94942b8
Reverted Keymap and overhauled Tap-Hold Override
- Went back to num pad
- Added function key layer, maybe I'll do override to remove a layer
- Symbol layer is tri layer
- Redid tap-hold so taps can be held for repeating keys
2024-05-09 22:21:46 -05:00
Victor
fcb238ab2f
Cleaning up documentation
- Was thinking about ways to simplify my design but I forgot
layer taps can't take ANSI Shifted Keycodes so I still need to
define custom keycodes to make the defines unique
2024-05-08 22:46:33 -05:00
Victor
7faa790d5a
Swapping Tap hold question mark and astericks 2024-05-08 21:59:41 -05:00
Victor
be2edd05cc
Adding one more tap hold
- holding astericks now gives question mark
2024-05-07 23:57:02 -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
4cbfe4f897
Forgot to remove the num layer TR keycodes for
- comma
- dot
- mins
2024-05-07 23:15:04 -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
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
20cdbdd1a5
Reshuffle Number Layer and Cleanup
- remove mods on number layer
- function keys on top, numbers now on middle
- added media keys to number layer
- updated documentation
2024-05-06 22:30:28 -05:00
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
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
ec97151d14
Fixing bugs and adding more tap holds
- Had the wrong mod order on symbol layer
- Rearranged the symbol layer to add UCCPR back
- Added more tap holds like \\, //, &&
- Removed pipe tap hold
2024-05-05 21:18:44 -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
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
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
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
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
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
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
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
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
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